Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/Linux-v4.19/include/uapi/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/Linux-v4.19/net/bridge/
Dbr_netlink.c417 = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in br_fill_ifinfo()
863 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO); in br_setlink()
/Linux-v4.19/net/core/
Drtnetlink.c3055 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in rtnl_newlink()
3921 protinfo = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in ndo_dflt_bridge_getlink()
/Linux-v4.19/net/ipv6/
Daddrconf.c5516 protoinfo = nla_nest_start(skb, IFLA_PROTINFO); in inet6_fill_ifinfo()