Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dif_bridge.h520 BRIDGE_VLANDB_ENTRY_INFO, enumerator
/linux-6.1.9/net/bridge/
Dbr_vlan.c1836 if (nla_put(skb, BRIDGE_VLANDB_ENTRY_INFO, sizeof(info), &info)) in br_vlan_fill_vids()
2128 [BRIDGE_VLANDB_ENTRY_INFO] =
2167 if (!tb[BRIDGE_VLANDB_ENTRY_INFO]) { in br_vlan_rtm_process_one()
2173 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]); in br_vlan_rtm_process_one()
Dbr_vlan_options.c164 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]); in br_vlan_modify_tunnel()