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

/linux-master/include/uapi/linux/
H A Dif_bridge.h502 * [BRIDGE_VLANDB_ENTRY_INFO]
520 BRIDGE_VLANDB_ENTRY_INFO, enumerator in enum:__anon3553
/linux-master/net/bridge/
H A Dbr_vlan_options.c176 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]);
178 * the starting vlan is in BRIDGE_VLANDB_ENTRY_INFO and v is the
H A Dbr_vlan.c1837 if (nla_put(skb, BRIDGE_VLANDB_ENTRY_INFO, sizeof(info), &info))
1867 + nla_total_size(sizeof(struct bridge_vlan_info)) /* BRIDGE_VLANDB_ENTRY_INFO */
2129 [BRIDGE_VLANDB_ENTRY_INFO] =
2171 if (!tb[BRIDGE_VLANDB_ENTRY_INFO]) {
2177 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]);

Completed in 271 milliseconds