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
818 if (vlan->port->bc_cutoff < 0) { in macvlan_recompute_bc_filter()
824 vlan->port->bc_cutoff); in macvlan_recompute_bc_filter()
856 if (vlan->port->bc_cutoff == cutoff) in update_port_bc_cutoff()
859 vlan->port->bc_cutoff = cutoff; in update_port_bc_cutoff()
1259 port->bc_cutoff = 1; in macvlan_port_create()
1720 if (port->bc_cutoff != 1 && in macvlan_fill_info()
1721 nla_put_s32(skb, IFLA_MACVLAN_BC_CUTOFF, port->bc_cutoff)) in macvlan_fill_info()