/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 124 #define IFLA_PROTINFO IFLA_PROTINFO macro 222 /* Subtype attributes for IFLA_PROTINFO */
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 292 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 293 #define IFLA_PROTINFO IFLA_PROTINFO macro 401 /* Subtype attributes for IFLA_PROTINFO */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 313 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 314 #define IFLA_PROTINFO IFLA_PROTINFO macro 438 /* Subtype attributes for IFLA_PROTINFO */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 100 IFLA_PROTINFO, enumerator 101 #define IFLA_PROTINFO IFLA_PROTINFO macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 293 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 294 #define IFLA_PROTINFO IFLA_PROTINFO macro 412 /* Subtype attributes for IFLA_PROTINFO */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 100 IFLA_PROTINFO, enumerator 101 #define IFLA_PROTINFO IFLA_PROTINFO macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 93 IFLA_PROTINFO, enumerator 94 #define IFLA_PROTINFO IFLA_PROTINFO macro
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 169 + nla_total_size(br_port_info_size()) /* IFLA_PROTINFO */ in br_nlmsg_size() 422 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()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netlink.c | 227 + nla_total_size(br_port_info_size()) /* IFLA_PROTINFO */ in br_nlmsg_size() 497 nest = nla_nest_start(skb, IFLA_PROTINFO); in br_fill_ifinfo() 1095 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO); in br_setlink()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 814 if (nla_type(attr) == IFLA_PROTINFO) { in qeth_l2_bridge_setlink()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 982 if (nla_type(attr) == IFLA_PROTINFO) { in qeth_l2_bridge_setlink()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 3423 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in __rtnl_newlink() 4696 protinfo = nla_nest_start(skb, IFLA_PROTINFO); in ndo_dflt_bridge_getlink() 4858 + nla_total_size(sizeof(u8)) /* IFLA_PROTINFO */ in bridge_nlmsg_size()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 3687 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in __rtnl_newlink() 4928 protinfo = nla_nest_start(skb, IFLA_PROTINFO); in ndo_dflt_bridge_getlink() 5090 + nla_total_size(sizeof(u8)) /* IFLA_PROTINFO */ in bridge_nlmsg_size()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 5592 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */ in inet6_if_nlmsg_size() 5898 protoinfo = nla_nest_start_noflag(skb, IFLA_PROTINFO); in inet6_fill_ifinfo()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 5681 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */ in inet6_if_nlmsg_size() 6015 protoinfo = nla_nest_start_noflag(skb, IFLA_PROTINFO); in inet6_fill_ifinfo()
|