Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dmacvlan.c50 int bc_cutoff; member
817 if (vlan->port->bc_cutoff < 0) { in macvlan_recompute_bc_filter()
823 vlan->port->bc_cutoff); in macvlan_recompute_bc_filter()
855 if (vlan->port->bc_cutoff == cutoff) in update_port_bc_cutoff()
858 vlan->port->bc_cutoff = cutoff; in update_port_bc_cutoff()
1256 port->bc_cutoff = 1; in macvlan_port_create()
1714 if (port->bc_cutoff != 1 && in macvlan_fill_info()
1715 nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, port->bc_cutoff)) in macvlan_fill_info()