Home
last modified time | relevance | path

Searched refs:IFLA_PROTINFO (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_link.h292 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
293 #define IFLA_PROTINFO IFLA_PROTINFO macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netlink.c422 nest = nla_nest_start(skb, IFLA_PROTINFO); in br_fill_ifinfo()
918 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO); in br_setlink()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_main.c814 if (nla_type(attr) == IFLA_PROTINFO) { in qeth_l2_bridge_setlink()
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c3390 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in __rtnl_newlink()
4663 protinfo = nla_nest_start(skb, IFLA_PROTINFO); in ndo_dflt_bridge_getlink()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c5914 protoinfo = nla_nest_start_noflag(skb, IFLA_PROTINFO); in inet6_fill_ifinfo()