Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c1106 struct nlattr *port_self; in rtnl_port_self_fill() local
1109 port_self = nla_nest_start_noflag(skb, IFLA_PORT_SELF); in rtnl_port_self_fill()
1110 if (!port_self) in rtnl_port_self_fill()
1115 nla_nest_cancel(skb, port_self); in rtnl_port_self_fill()
1119 nla_nest_end(skb, port_self); in rtnl_port_self_fill()
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c1155 struct nlattr *port_self; in rtnl_port_self_fill() local
1158 port_self = nla_nest_start_noflag(skb, IFLA_PORT_SELF); in rtnl_port_self_fill()
1159 if (!port_self) in rtnl_port_self_fill()
1164 nla_nest_cancel(skb, port_self); in rtnl_port_self_fill()
1168 nla_nest_end(skb, port_self); in rtnl_port_self_fill()

Completed in 16 milliseconds