Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c1680 u32 preason; in rtnl_fill_proto_down() local
1685 preason = dev->proto_down_reason; in rtnl_fill_proto_down()
1686 if (!preason) in rtnl_fill_proto_down()
1693 if (nla_put_u32(skb, IFLA_PROTO_DOWN_REASON_VALUE, preason)) { in rtnl_fill_proto_down()
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c1728 u32 preason; in rtnl_fill_proto_down() local
1733 preason = dev->proto_down_reason; in rtnl_fill_proto_down()
1734 if (!preason) in rtnl_fill_proto_down()
1741 if (nla_put_u32(skb, IFLA_PROTO_DOWN_REASON_VALUE, preason)) { in rtnl_fill_proto_down()

Completed in 14 milliseconds