Searched refs:IFLA_PROTO_DOWN_REASON_VALUE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 352 IFLA_PROTO_DOWN_REASON_VALUE, /* u32, reason bit value */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 389 IFLA_PROTO_DOWN_REASON_VALUE, /* u32, reason bit value */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 157 IFLA_PROTO_DOWN_REASON_VALUE, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 363 IFLA_PROTO_DOWN_REASON_VALUE, /* u32, reason bit value */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 157 IFLA_PROTO_DOWN_REASON_VALUE, enumerator
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 1693 if (nla_put_u32(skb, IFLA_PROTO_DOWN_REASON_VALUE, preason)) { in rtnl_fill_proto_down() 2549 static const struct nla_policy ifla_proto_down_reason_policy[IFLA_PROTO_DOWN_REASON_VALUE + 1] = { 2551 [IFLA_PROTO_DOWN_REASON_VALUE] = { .type = NLA_U32 }, 2580 if (!pdreason[IFLA_PROTO_DOWN_REASON_VALUE]) { in do_set_proto_down() 2585 value = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_VALUE]); in do_set_proto_down()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 1741 if (nla_put_u32(skb, IFLA_PROTO_DOWN_REASON_VALUE, preason)) { in rtnl_fill_proto_down() 2684 static const struct nla_policy ifla_proto_down_reason_policy[IFLA_PROTO_DOWN_REASON_VALUE + 1] = { 2686 [IFLA_PROTO_DOWN_REASON_VALUE] = { .type = NLA_U32 }, 2714 if (!pdreason[IFLA_PROTO_DOWN_REASON_VALUE]) { in do_set_proto_down() 2719 value = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_VALUE]); in do_set_proto_down()
|
Completed in 29 milliseconds