Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dmacvlan.c51 int bc_cutoff; member
836 if (vlan->port->bc_cutoff < 0) { in macvlan_recompute_bc_filter()
842 vlan->port->bc_cutoff); in macvlan_recompute_bc_filter()
874 if (vlan->port->bc_cutoff == cutoff) in update_port_bc_cutoff()
877 WRITE_ONCE(vlan->port->bc_cutoff, cutoff); in update_port_bc_cutoff()
1279 port->bc_cutoff = 1; in macvlan_port_create()
1753 int bc_cutoff, cnt, i; in macvlan_fill_info() local
1792 bc_cutoff = READ_ONCE(port->bc_cutoff); in macvlan_fill_info()
1793 if (bc_cutoff != 1 && in macvlan_fill_info()
1794 nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, bc_cutoff)) in macvlan_fill_info()