Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dif_bridge.h521 BRIDGE_VLANDB_ENTRY_RANGE, enumerator
/linux-6.3-rc2/net/bridge/
A Dbr_vlan.c1842 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