Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/Linux-v5.4/include/uapi/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/Linux-v5.4/net/bridge/
Dbr_netlink.c414 nest = nla_nest_start(skb, IFLA_PROTINFO); in br_fill_ifinfo()
865 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO); in br_setlink()
/Linux-v5.4/net/core/
Drtnetlink.c3162 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in __rtnl_newlink()
4345 protinfo = nla_nest_start(skb, IFLA_PROTINFO); in ndo_dflt_bridge_getlink()
/Linux-v5.4/net/ipv6/
Daddrconf.c5769 protoinfo = nla_nest_start_noflag(skb, IFLA_PROTINFO); in inet6_fill_ifinfo()