Searched refs:IFLA_BRIDGE_FLAGS (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_bridge.h113 * [IFLA_BRIDGE_FLAGS]
119 IFLA_BRIDGE_FLAGS, enumerator in enum:__anon3526
/linux-master/net/core/
H A Drtnetlink.c4918 if (nla_put_u16(skb, IFLA_BRIDGE_FLAGS, BRIDGE_FLAGS_SELF)) {
5102 + nla_total_size(sizeof(u16)) /* IFLA_BRIDGE_FLAGS */
5168 if (nla_type(attr) == IFLA_BRIDGE_FLAGS && !br_flags_attr) {
5249 if (nla_type(attr) == IFLA_BRIDGE_FLAGS) {
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c990 if (nla_type(nested_attr) == IFLA_BRIDGE_FLAGS)

Completed in 133 milliseconds