Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dmacvlan.c50 int bc_cutoff; member
816 if (vlan->port->bc_cutoff < 0) { in macvlan_recompute_bc_filter()
822 vlan->port->bc_cutoff); in macvlan_recompute_bc_filter()
854 if (vlan->port->bc_cutoff == cutoff) in update_port_bc_cutoff()
857 vlan->port->bc_cutoff = cutoff; in update_port_bc_cutoff()
1267 port->bc_cutoff = 1; in macvlan_port_create()
1725 if (port->bc_cutoff != 1 && in macvlan_fill_info()
1726 nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, port->bc_cutoff)) in macvlan_fill_info()