Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_bridge.h119 IFLA_BRIDGE_FLAGS, enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c4908 if (nla_put_u16(skb, IFLA_BRIDGE_FLAGS, BRIDGE_FLAGS_SELF)) { in ndo_dflt_bridge_getlink()
5158 if (nla_type(attr) == IFLA_BRIDGE_FLAGS && !br_flags_attr) { in rtnl_bridge_setlink()
5239 if (nla_type(attr) == IFLA_BRIDGE_FLAGS) { in rtnl_bridge_dellink()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c990 if (nla_type(nested_attr) == IFLA_BRIDGE_FLAGS) in qeth_l2_bridge_setlink()