Home
last modified time | relevance | path

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

12345678910

/openbmc/linux/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.c226 err = vlan_check_real_dev(real_dev, htons(ETH_P_8021Q), vlan_id, in register_vlan_device()
270 vlan->vlan_proto = htons(ETH_P_8021Q); in register_vlan_device()
385 vlan_vid_add(dev, htons(ETH_P_8021Q), 0); in vlan_device_event()
389 vlan_vid_del(dev, htons(ETH_P_8021Q), 0); in vlan_device_event()
507 err = vlan_filter_push_vids(vlan_info, htons(ETH_P_8021Q)); in vlan_device_event()
513 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()
169 proto = htons(ETH_P_8021Q); in vlan_newlink()
/openbmc/linux/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_progA()
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()
/openbmc/linux/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_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()
H A Dtag_ocelot_8021q.c75 return dsa_8021q_xmit(skb, netdev, ETH_P_8021Q, in ocelot_xmit()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/u-boot/include/linux/
H A Dif_ether.h73 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dsriov.c31 if (vlan_proto != htons(ETH_P_8021Q)) in efx_sriov_set_vf_vlan()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsriov.h36 if (vlan_proto != htons(ETH_P_8021Q)) in efx_sriov_set_vf_vlan()
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/openbmc/linux/net/batman-adv/
H A Dsoft-interface.c221 case ETH_P_8021Q: in batadv_interface_tx()
441 case ETH_P_8021Q: in batadv_interface_rx()
634 if (proto != htons(ETH_P_8021Q)) in batadv_interface_add_vid()
681 if (proto != htons(ETH_P_8021Q)) in batadv_interface_kill_vid()
/openbmc/linux/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()
611 if (bridge->vlan_proto == ETH_P_8021Q) { in mlx5_esw_bridge_ingress_flow_with_esw_create()
717 if (bridge->vlan_proto == ETH_P_8021Q) { in mlx5_esw_bridge_ingress_filter_flow_create()
775 if (bridge->vlan_proto == ETH_P_8021Q) { in mlx5_esw_bridge_egress_flow_create()
864 bridge->vlan_proto = ETH_P_8021Q; in mlx5_esw_bridge_create()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_inet.c19 case htons(ETH_P_8021Q): in nf_flow_offload_inet_hook()
H A Dnft_inner.c73 case htons(ETH_P_8021Q): in nft_inner_parse_l2l3()
110 if (llproto == htons(ETH_P_8021Q)) in nft_inner_parse_l2l3()
/openbmc/linux/net/bridge/netfilter/
H A Debt_vlan.c83 if (e->ethproto != htons(ETH_P_8021Q)) { in ebt_vlan_mt_check()

12345678910