Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/linux/ !
Dif_link.h293 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
294 #define IFLA_PROTINFO IFLA_PROTINFO macro
/linux-5.19.10/include/uapi/linux/ !
Dif_link.h313 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
314 #define IFLA_PROTINFO IFLA_PROTINFO macro
/linux-5.19.10/net/bridge/ !
Dbr_netlink.c481 nest = nla_nest_start(skb, IFLA_PROTINFO); in br_fill_ifinfo()
1041 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO); in br_setlink()
/linux-5.19.10/drivers/s390/net/ !
Dqeth_l2_main.c982 if (nla_type(attr) == IFLA_PROTINFO) { in qeth_l2_bridge_setlink()
/linux-5.19.10/net/core/ !
Drtnetlink.c3562 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in __rtnl_newlink()
4789 protinfo = nla_nest_start(skb, IFLA_PROTINFO); in ndo_dflt_bridge_getlink()
/linux-5.19.10/net/ipv6/ !
Daddrconf.c5947 protoinfo = nla_nest_start_noflag(skb, IFLA_PROTINFO); in inet6_fill_ifinfo()