Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif_link.h351 IFLA_PROTO_DOWN_REASON_MASK, /* u32, mask for reason bits */ enumerator
/Linux-v5.10/net/core/
Drtnetlink.c2528 [IFLA_PROTO_DOWN_REASON_MASK] = { .type = NLA_U32 },
2565 if (pdreason[IFLA_PROTO_DOWN_REASON_MASK]) in do_set_proto_down()
2566 mask = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_MASK]); in do_set_proto_down()