Searched refs:bc_queue_len_req (Results 1 – 2 of 2) sorted by relevance
33 u32 bc_queue_len_req; member
1493 vlan->bc_queue_len_req = MACVLAN_DEFAULT_BC_QUEUE_LEN; in macvlan_common_newlink()1495 vlan->bc_queue_len_req = nla_get_u32(data[IFLA_MACVLAN_BC_QUEUE_LEN]); in macvlan_common_newlink()1587 vlan->bc_queue_len_req = nla_get_u32(data[IFLA_MACVLAN_BC_QUEUE_LEN]); in macvlan_changelink()1667 if (nla_put_u32(skb, IFLA_MACVLAN_BC_QUEUE_LEN, vlan->bc_queue_len_req)) in macvlan_fill_info()1722 if (vlan->bc_queue_len_req > max_bc_queue_len_req) in update_port_bc_queue_len()1723 max_bc_queue_len_req = vlan->bc_queue_len_req; in update_port_bc_queue_len()
Completed in 9 milliseconds