Searched refs:BRIDGE_FLAGS_SELF (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/core/
H A Drtnetlink.c4934 if (nla_put_u16(skb, IFLA_BRIDGE_FLAGS, BRIDGE_FLAGS_SELF)) {
5215 if ((flags & BRIDGE_FLAGS_SELF)) {
5223 flags &= ~BRIDGE_FLAGS_SELF;
5290 if ((flags & BRIDGE_FLAGS_SELF)) {
5298 flags &= ~BRIDGE_FLAGS_SELF;
/linux-master/include/uapi/linux/
H A Dif_bridge.h105 #define BRIDGE_FLAGS_SELF 2 /* Bridge command to/from lowerdev */ macro

Completed in 203 milliseconds