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

/linux-master/net/bridge/
H A Dbr_vlan_options.c364 nla_put_u16(skb, BRIDGE_VLANDB_GOPTS_RANGE, vid_range))
466 + nla_total_size(sizeof(u16)); /* BRIDGE_VLANDB_GOPTS_RANGE */
630 [BRIDGE_VLANDB_GOPTS_RANGE] = { .type = NLA_U16 },
684 if (tb[BRIDGE_VLANDB_GOPTS_RANGE]) {
685 vid_range = nla_get_u16(tb[BRIDGE_VLANDB_GOPTS_RANGE]);
/linux-master/include/uapi/linux/
H A Dif_bridge.h570 BRIDGE_VLANDB_GOPTS_RANGE, enumerator in enum:__anon3556

Completed in 122 milliseconds