Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Drtnetlink.c1135 struct nlattr *port_self; in rtnl_port_self_fill() local
1138 port_self = nla_nest_start_noflag(skb, IFLA_PORT_SELF); in rtnl_port_self_fill()
1139 if (!port_self) in rtnl_port_self_fill()
1144 nla_nest_cancel(skb, port_self); in rtnl_port_self_fill()
1148 nla_nest_end(skb, port_self); in rtnl_port_self_fill()