Home
last modified time | relevance | path

Searched refs:IFLA_BRPORT_UNICAST_FLOOD (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_link.h291 IFLA_BRPORT_UNICAST_FLOOD, /* flood unicast traffic */ enumerator
/linux-4.4.14/net/bridge/
Dbr_netlink.c175 nla_put_u8(skb, IFLA_BRPORT_UNICAST_FLOOD, !!(p->flags & BR_FLOOD)) || in br_port_fill_attrs()
577 [IFLA_BRPORT_UNICAST_FLOOD] = { .type = NLA_U8 },
630 br_set_port_flag(p, tb, IFLA_BRPORT_UNICAST_FLOOD, BR_FLOOD); in br_setport()
/linux-4.4.14/net/switchdev/
Dswitchdev.c810 [IFLA_BRPORT_UNICAST_FLOOD] = { .type = NLA_U8 },
835 case IFLA_BRPORT_UNICAST_FLOOD: in switchdev_port_br_setlink_protinfo()
/linux-4.4.14/net/core/
Drtnetlink.c3077 IFLA_BRPORT_UNICAST_FLOOD, BR_FLOOD) || in ndo_dflt_bridge_getlink()