Searched refs:br_vlan_get_proto (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_bridge.h | 101 int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto); 115 static inline int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto) in br_vlan_get_proto() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_bridge.h | 119 int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto); 138 static inline int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto) in br_vlan_get_proto() function
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 55 br_vlan_get_proto(br_dev, &p_proto); in nft_meta_bridge_get_eval()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag.h | 62 err = br_vlan_get_proto(br, &proto); in dsa_untag_bridge_pvid()
|
H A D | tag_ocelot.c | 30 br_vlan_get_proto(br, &proto); in ocelot_xmit_get_vlan_info()
|
H A D | tag_sja1105.c | 200 br_vlan_get_proto(br, &proto); in sja1105_xmit_tpid()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | dsa_priv.h | 213 err = br_vlan_get_proto(br, &proto); in dsa_untag_bridge_pvid()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 58 br_vlan_get_proto(br_dev, &p_proto); in nft_meta_bridge_get_eval()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_vlan.c | 846 int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto) in br_vlan_get_proto() function 854 EXPORT_SYMBOL_GPL(br_vlan_get_proto); variable
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_vlan.c | 926 int br_vlan_get_proto(const struct net_device *dev, u16 *p_proto) in br_vlan_get_proto() function 934 EXPORT_SYMBOL_GPL(br_vlan_get_proto); variable
|
H A D | br_multicast.c | 919 if (br_vlan_get_proto(brmctx->br->dev, &vlan_proto) != 0) in __br_multicast_query_handle_vlan()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 282 br_vlan_get_proto(br_dev, &proto); in mlxsw_sp_bridge_device_create() 1545 br_vlan_get_proto(bridge_port->bridge_device->dev, &proto); in mlxsw_sp_bridge_port_vlan_add() 2301 br_vlan_get_proto(bridge_port->bridge_device->dev, &proto); in mlxsw_sp_bridge_port_vlan_del()
|
H A D | spectrum.c | 4842 br_vlan_get_proto(upper_dev, &proto); in mlxsw_sp_netdevice_port_upper_event() 4859 br_vlan_get_proto(br_dev, &proto); in mlxsw_sp_netdevice_port_upper_event() 5193 br_vlan_get_proto(br_dev, &proto); in mlxsw_sp_netdevice_bridge_event()
|
H A D | spectrum_router.c | 9074 br_vlan_get_proto(l3_dev, &proto); in mlxsw_sp_inetaddr_bridge_event()
|
Completed in 42 milliseconds