Home
last modified time | relevance | path

Searched refs:BRIDGE_VLANDB_ENTRY_INFO (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dif_bridge.h504 BRIDGE_VLANDB_ENTRY_INFO, enumerator
/Linux-v5.15/net/bridge/
Dbr_vlan.c1759 if (nla_put(skb, BRIDGE_VLANDB_ENTRY_INFO, sizeof(info), &info)) in br_vlan_fill_vids()
2134 [BRIDGE_VLANDB_ENTRY_INFO] =
2173 if (!tb[BRIDGE_VLANDB_ENTRY_INFO]) { in br_vlan_rtm_process_one()
2179 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]); in br_vlan_rtm_process_one()
Dbr_vlan_options.c159 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]); in br_vlan_modify_tunnel()