Home
last modified time | relevance | path

Searched refs:ETH_P_8021Q (Results 1 – 25 of 255) sorted by relevance

1234567891011

/linux-6.15/tools/testing/selftests/bpf/
H A Dxdp_metadata.h12 #ifndef ETH_P_8021Q
13 #define ETH_P_8021Q 0x8100 macro
/linux-6.15/net/8021q/
H A Dvlan_gvrp.c32 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_gvrp_request_join()
43 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_gvrp_request_leave()
H A Dvlan_mvrp.c38 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_mvrp_request_join()
49 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_mvrp_request_leave()
H A Dvlan.c227 err = vlan_check_real_dev(real_dev, htons(ETH_P_8021Q), vlan_id, in register_vlan_device()
271 vlan->vlan_proto = htons(ETH_P_8021Q); in register_vlan_device()
386 vlan_vid_add(dev, htons(ETH_P_8021Q), 0); in vlan_device_event()
390 vlan_vid_del(dev, htons(ETH_P_8021Q), 0); in vlan_device_event()
508 err = vlan_filter_push_vids(vlan_info, htons(ETH_P_8021Q)); in vlan_device_event()
514 vlan_filter_drop_vids(vlan_info, htons(ETH_P_8021Q)); in vlan_device_event()
H A Dvlan_netlink.c64 case htons(ETH_P_8021Q): in vlan_validate()
168 htons(ETH_P_8021Q)); in vlan_newlink()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c70 if (eth_type == bpf_htons(ETH_P_8021Q) in parse_eth_frame()
83 if (eth_type == bpf_htons(ETH_P_8021Q) in parse_eth_frame()
260 bpf_skb_vlan_push(ctx, bpf_htons(ETH_P_8021Q), TESTVLAN); in tc_vlan_push()
H A Dxdp_hw_metadata.c43 eth->h_proto == bpf_htons(ETH_P_8021Q))) in rx()
46 if (eth + 1 < data_end && eth->h_proto == bpf_htons(ETH_P_8021Q)) in rx()
H A Dbpf_flow.c131 case bpf_htons(ETH_P_8021Q): in parse_eth_proto()
415 if (vlan->h_vlan_encapsulated_proto != bpf_htons(ETH_P_8021Q)) in PROG()
430 vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021Q)) in PROG()
/linux-6.15/net/dsa/
H A Dtag_dsa.c164 if (skb->protocol == htons(ETH_P_8021Q) && in dsa_xmit_ll()
298 new_header[0] = (ETH_P_8021Q >> 8) & 0xff; in dsa_rcv_ll()
299 new_header[1] = ETH_P_8021Q & 0xff; in dsa_rcv_ll()
H A Dtag_vsc73xx_8021q.c31 return dsa_8021q_xmit(skb, netdev, ETH_P_8021Q, in vsc73xx_xmit()
H A Dtag_mtk.c39 case htons(ETH_P_8021Q): in mtk_tag_xmit()
H A Dtag_lan9303.c74 lan9303_tag[0] = htons(ETH_P_8021Q); in lan9303_xmit()
/linux-6.15/samples/bpf/
H A Dparse_varlen.c126 if (h_proto == ETH_P_8021Q || h_proto == ETH_P_8021AD) { in handle_ingress()
135 if (h_proto == ETH_P_8021Q || h_proto == ETH_P_8021AD) { in handle_ingress()
H A Dxdp_router_ipv4.bpf.c13 #define ETH_P_8021Q 0x8100 macro
92 if (h_proto == bpf_htons(ETH_P_8021Q) || in xdp_router_ipv4_prog()
H A Dnet_shared.h10 #define ETH_P_8021Q 0x8100 macro
H A Dsockex2_kern.c114 if (proto == ETH_P_8021Q) { in flow_dissector()
151 if (proto == ETH_P_8021Q) { in flow_dissector()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_vsi_vlan_lib.c26 if (vlan->tpid != ETH_P_8021Q && vlan->tpid != ETH_P_8021AD && in validate_vlan()
184 if (tpid != ETH_P_8021Q) { in ice_vsi_ena_inner_stripping()
199 if (tpid != ETH_P_8021Q) { in ice_vsi_ena_inner_insertion()
277 if (vlan->tpid != ETH_P_8021Q) in ice_vsi_set_inner_port_vlan()
429 case ETH_P_8021Q: in tpid_to_vsi_outer_vlan_type()
/linux-6.15/include/net/
H A Derspan.h197 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header()
291 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header_v2()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dsriov.h36 if (vlan_proto != htons(ETH_P_8021Q)) in efx_sriov_set_vf_vlan()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dsriov.c31 if (vlan_proto != htons(ETH_P_8021Q)) in efx_sriov_set_vf_vlan()
/linux-6.15/include/uapi/linux/
H A Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c108 if (vlan_proto == ETH_P_8021Q) in mlx5_esw_bridge_ingress_vlan_proto_fg_create()
137 return mlx5_esw_bridge_ingress_vlan_proto_fg_create(from, to, ETH_P_8021Q, esw, ingress_ft); in mlx5_esw_bridge_ingress_vlan_fg_create()
170 if (vlan_proto == ETH_P_8021Q) in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create()
196 return mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create(from, to, ETH_P_8021Q, esw, in mlx5_esw_bridge_ingress_vlan_filter_fg_create()
265 if (vlan_proto == ETH_P_8021Q) in mlx5_esw_bridge_egress_vlan_proto_fg_create()
289 return mlx5_esw_bridge_egress_vlan_proto_fg_create(from, to, ETH_P_8021Q, esw, egress_ft); in mlx5_esw_bridge_egress_vlan_fg_create()
612 if (bridge->vlan_proto == ETH_P_8021Q) { in mlx5_esw_bridge_ingress_flow_with_esw_create()
720 if (bridge->vlan_proto == ETH_P_8021Q) { in mlx5_esw_bridge_ingress_filter_flow_create()
778 if (bridge->vlan_proto == ETH_P_8021Q) { in mlx5_esw_bridge_egress_flow_create()
867 bridge->vlan_proto = ETH_P_8021Q; in mlx5_esw_bridge_create()
[all …]
/linux-6.15/net/netfilter/
H A Dnf_flow_table_inet.c19 case htons(ETH_P_8021Q): in nf_flow_offload_inet_hook()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c197 u64 etype = ETH_P_8021Q; in rvu_rep_tx_vlan_cfg()
261 req.packet.vlan_etype = cpu_to_be16(ETH_P_8021Q); in rvu_rep_install_rx_rule()
262 req.mask.vlan_etype = cpu_to_be16(ETH_P_8021Q); in rvu_rep_install_rx_rule()
/linux-6.15/net/batman-adv/
H A Dmesh-interface.c221 case ETH_P_8021Q: in batadv_interface_tx()
444 case ETH_P_8021Q: in batadv_interface_rx()
637 if (proto != htons(ETH_P_8021Q)) in batadv_interface_add_vid()
692 if (proto != htons(ETH_P_8021Q)) in batadv_interface_kill_vid()

1234567891011