Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_vlan_options.c315 nla_put_u16(skb, BRIDGE_VLANDB_GOPTS_RANGE, vid_range)) in br_vlan_global_opts_fill()
568 [BRIDGE_VLANDB_GOPTS_RANGE] = { .type = NLA_U16 },
621 if (tb[BRIDGE_VLANDB_GOPTS_RANGE]) { in br_vlan_rtm_process_global_options()
622 vid_range = nla_get_u16(tb[BRIDGE_VLANDB_GOPTS_RANGE]); in br_vlan_rtm_process_global_options()
/linux/include/uapi/linux/
A Dif_bridge.h551 BRIDGE_VLANDB_GOPTS_RANGE, enumerator

Completed in 7 milliseconds