Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_vlan_options.c311 if (nla_put_u16(skb, BRIDGE_VLANDB_GOPTS_ID, vid)) in br_vlan_global_opts_fill()
567 [BRIDGE_VLANDB_GOPTS_ID] = { .type = NLA_U16 },
613 if (!tb[BRIDGE_VLANDB_GOPTS_ID]) { in br_vlan_rtm_process_global_options()
617 vid = nla_get_u16(tb[BRIDGE_VLANDB_GOPTS_ID]); in br_vlan_rtm_process_global_options()
/linux/include/uapi/linux/
A Dif_bridge.h550 BRIDGE_VLANDB_GOPTS_ID, enumerator

Completed in 7 milliseconds