Searched refs:IFLA_PROTO_DOWN_REASON (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 342 IFLA_PROTO_DOWN_REASON, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 363 IFLA_PROTO_DOWN_REASON, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 150 IFLA_PROTO_DOWN_REASON, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 343 IFLA_PROTO_DOWN_REASON, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 150 IFLA_PROTO_DOWN_REASON, enumerator
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 1689 pr = nla_nest_start(skb, IFLA_PROTO_DOWN_REASON); in rtnl_fill_proto_down() 1885 [IFLA_PROTO_DOWN_REASON] = { .type = NLA_NESTED }, 2899 if (tb[IFLA_PROTO_DOWN] || tb[IFLA_PROTO_DOWN_REASON]) { in do_setlink() 2901 tb[IFLA_PROTO_DOWN_REASON], extack); in do_setlink()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 1737 pr = nla_nest_start(skb, IFLA_PROTO_DOWN_REASON); in rtnl_fill_proto_down() 1976 [IFLA_PROTO_DOWN_REASON] = { .type = NLA_NESTED }, 3055 if (tb[IFLA_PROTO_DOWN] || tb[IFLA_PROTO_DOWN_REASON]) { in do_setlink() 3057 tb[IFLA_PROTO_DOWN_REASON], extack); in do_setlink()
|
Completed in 27 milliseconds