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

/linux-master/include/uapi/linux/
H A Dif_bridge.h521 BRIDGE_VLANDB_ENTRY_RANGE, enumerator in enum:__anon3553
/linux-master/net/bridge/
H A Dbr_vlan.c1842 nla_put_u16(skb, BRIDGE_VLANDB_ENTRY_RANGE, vid_range))
1866 + nla_total_size(sizeof(u16)) /* BRIDGE_VLANDB_ENTRY_RANGE */
2131 [BRIDGE_VLANDB_ENTRY_RANGE] = { .type = NLA_U16 },
2186 if (tb[BRIDGE_VLANDB_ENTRY_RANGE]) {
2187 vrange_end.vid = nla_get_u16(tb[BRIDGE_VLANDB_ENTRY_RANGE]);

Completed in 128 milliseconds