Searched refs:BRIDGE_VLANDB_ENTRY_RANGE (Results 1 – 2 of 2) sorted by relevance
521 BRIDGE_VLANDB_ENTRY_RANGE, enumerator
1842 nla_put_u16(skb, BRIDGE_VLANDB_ENTRY_RANGE, vid_range)) in br_vlan_fill_vids()2131 [BRIDGE_VLANDB_ENTRY_RANGE] = { .type = NLA_U16 },2185 if (tb[BRIDGE_VLANDB_ENTRY_RANGE]) { in br_vlan_rtm_process_one()2186 vrange_end.vid = nla_get_u16(tb[BRIDGE_VLANDB_ENTRY_RANGE]); in br_vlan_rtm_process_one()
Completed in 10 milliseconds