Home
last modified time | relevance | path

Searched defs:vlan_hdr (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c72 struct _vlan_hdr *vlan_hdr; in parse_eth_frame() local
85 struct _vlan_hdr *vlan_hdr; in parse_eth_frame() local
159 struct _vlan_hdr *vlan_hdr = data + pkt.vlan_outer_offset; in xdp_prognum1() local
H A Dbpf_flow.c44 struct vlan_hdr { struct
45 __be16 h_vlan_TCI;
46 __be16 h_vlan_encapsulated_proto;
/openbmc/linux/samples/bpf/
H A Dsockex2_kern.c13 struct vlan_hdr { struct
14 __be16 h_vlan_TCI;
15 __be16 h_vlan_encapsulated_proto;
H A Dsockex3_kern.c25 struct vlan_hdr { struct
26 __be16 h_vlan_TCI;
27 __be16 h_vlan_encapsulated_proto;
/openbmc/qemu/net/
H A Deth.c226 struct vlan_header vlan_hdr; in eth_strip_vlan() local
276 struct vlan_header vlan_hdr; in eth_strip_vlan_ex() local
/openbmc/linux/include/linux/
H A Dif_vlan.h35 struct vlan_hdr { struct
41 * struct vlan_ethhdr - vlan ethernet header (ethhdr + vlan_hdr) argument
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c1015 struct vlan_ethhdr *vlan_hdr; in fnic_eth_send() local
1069 struct vlan_ethhdr *vlan_hdr; in fnic_send_frame() local
/openbmc/linux/net/hsr/
H A Dhsr_forward.c566 struct hsr_vlan_ethhdr *vlan_hdr; in fill_frame_info() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c235 u32 vlan_hdr; in create_action_push_vlan() local
H A Ddr_action.c1495 __be32 vlan_hdr) in mlx5dr_action_create_push_vlan()
H A Ddr_ste_v0.c344 static void dr_ste_v0_set_tx_push_vlan(u8 *hw_ste_p, u32 vlan_hdr, in dr_ste_v0_set_tx_push_vlan()
H A Ddr_ste_v1.c436 u32 vlan_hdr) in dr_ste_v1_set_push_vlan()
H A Ddr_types.h1102 u32 vlan_hdr; /* tpid_pcp_dei_vid */ member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.h119 struct ice_tc_vlan_hdr vlan_hdr; member
H A Dice_protocol_type.h413 struct ice_vlan_hdr vlan_hdr; member
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c305 struct vlan_hdr *vlan_hdr; in nf_flow_encap_pop() local
/openbmc/qemu/hw/net/
H A Dftgmac100.c489 uint8_t *vlan_hdr = s->frame + (ETH_ALEN * 2); in ftgmac100_insert_vlan() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c1027 } vlan_hdr = { htons(vlan_proto), htons(vlan->vid) }; in mlx5_esw_bridge_vlan_push_create() local