Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dif_link.h389 IFLA_PROTO_DOWN_REASON_MASK, /* u32, mask for reason bits */ enumerator
/linux-6.15/include/uapi/linux/
H A Dif_link.h390 IFLA_PROTO_DOWN_REASON_MASK, /* u32, mask for reason bits */ enumerator
/linux-6.15/net/core/
H A Drtnetlink.c2958 [IFLA_PROTO_DOWN_REASON_MASK] = { .type = NLA_U32 },
2994 if (pdreason[IFLA_PROTO_DOWN_REASON_MASK]) in do_set_proto_down()
2995 mask = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_MASK]); in do_set_proto_down()