/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_vlan.c | 30 * struct vlan_hdr - vlan header 72 struct _vlan_hdr *vlan_hdr; in parse_eth_frame() local 74 vlan_hdr = (void *)eth + offset; in parse_eth_frame() 76 pkt->vlan_outer = bpf_ntohs(vlan_hdr->h_vlan_TCI) in parse_eth_frame() 78 eth_type = vlan_hdr->h_vlan_encapsulated_proto; in parse_eth_frame() 79 offset += sizeof(*vlan_hdr); in parse_eth_frame() 85 struct _vlan_hdr *vlan_hdr; in parse_eth_frame() local 87 vlan_hdr = (void *)eth + offset; in parse_eth_frame() 89 pkt->vlan_inner = bpf_ntohs(vlan_hdr->h_vlan_TCI) in parse_eth_frame() 91 eth_type = vlan_hdr in parse_eth_frame() 159 struct _vlan_hdr *vlan_hdr = data + pkt.vlan_outer_offset; xdp_vlan_change() local [all...] |
H A D | xdp_hw_metadata.c | 44 eth = (void *)eth + sizeof(struct vlan_hdr); in rx() 47 eth = (void *)eth + sizeof(struct vlan_hdr); in rx()
|
H A D | bpf_flow.c | 44 struct vlan_hdr { struct 407 struct vlan_hdr *vlan, _vlan; in PROG() 45 h_vlan_TCIvlan_hdr global() argument 46 h_vlan_encapsulated_protovlan_hdr global() argument
|
/linux/samples/bpf/ |
H A D | sockex2_kern.c | 13 struct vlan_hdr { struct 108 proto = load_half(skb, nhoff + offsetof(struct vlan_hdr, in flow_dissector() 110 nhoff += sizeof(struct vlan_hdr); in flow_dissector() 114 proto = load_half(skb, nhoff + offsetof(struct vlan_hdr, in flow_dissector() 116 nhoff += sizeof(struct vlan_hdr); in flow_dissector() 152 nhoff + offsetof(struct vlan_hdr, in flow_dissector() 154 nhoff += sizeof(struct vlan_hdr); in flow_dissector() 14 h_vlan_TCIvlan_hdr global() argument 15 h_vlan_encapsulated_protovlan_hdr global() argument
|
H A D | parse_varlen.c | 127 struct vlan_hdr *vhdr; in handle_ingress() 130 nh_off += sizeof(struct vlan_hdr); in handle_ingress() 136 struct vlan_hdr *vhdr; in handle_ingress() 139 nh_off += sizeof(struct vlan_hdr); in handle_ingress()
|
H A D | sockex3_kern.c | 25 struct vlan_hdr { struct 217 proto = load_half(skb, nhoff + offsetof(struct vlan_hdr, in bpf_func_vlan() 219 nhoff += sizeof(struct vlan_hdr); in bpf_func_vlan() 26 h_vlan_TCIvlan_hdr global() argument 27 h_vlan_encapsulated_protovlan_hdr global() argument
|
H A D | xdp_router_ipv4.bpf.c | 94 struct vlan_hdr *vhdr; in xdp_router_ipv4_prog() 97 nh_off += sizeof(struct vlan_hdr); in xdp_router_ipv4_prog()
|
/linux/include/linux/ |
H A D | if_vlan.h | 31 * struct vlan_hdr - vlan header 35 struct vlan_hdr { struct 41 * struct vlan_ethhdr - vlan ethernet header (ethhdr + vlan_hdr) argument 626 struct vlan_hdr vhdr, *vh; in __vlan_get_protocol_offset() 694 struct vlan_hdr *vhdr) in vlan_set_encap_proto() 739 struct vlan_hdr *vhdr = (struct vlan_hdr *)(skb->data + ETH_HLEN); in vlan_remove_tag() 829 static inline unsigned long compare_vlan_header(const struct vlan_hdr *h1, in compare_vlan_header() 830 const struct vlan_hdr *h2) in compare_vlan_header()
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | gelic_udbg.c | 62 static __iomem struct vlan_hdr *h_vlan; 159 header_size += sizeof(struct vlan_hdr); in gelic_debug_init() 160 h_vlan = (struct vlan_hdr *)(h_eth + 1); in gelic_debug_init()
|
/linux/net/bridge/netfilter/ |
H A D | ebt_vlan.c | 40 const struct vlan_hdr *fp; in ebt_vlan_mt() 41 struct vlan_hdr _frame; in ebt_vlan_mt()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.c | 441 list[i].h_u.vlan_hdr.vlan = headers->vlan_hdr.vlan_id; in ice_tc_fill_rules() 442 list[i].m_u.vlan_hdr.vlan = cpu_to_be16(0x0FFF); in ice_tc_fill_rules() 447 list[i].m_u.vlan_hdr.vlan = cpu_to_be16(0xEFFF); in ice_tc_fill_rules() 449 list[i].m_u.vlan_hdr.vlan = cpu_to_be16(0xE000); in ice_tc_fill_rules() 450 list[i].h_u.vlan_hdr.vlan = 0; in ice_tc_fill_rules() 452 list[i].h_u.vlan_hdr.vlan |= in ice_tc_fill_rules() 453 headers->vlan_hdr.vlan_prio; in ice_tc_fill_rules() 460 vlan_tpid = be16_to_cpu(headers->vlan_hdr.vlan_tpid); in ice_tc_fill_rules() 471 list[i].h_u.vlan_hdr in ice_tc_fill_rules() [all...] |
H A D | ice_tc_lib.h | 123 struct ice_tc_vlan_hdr vlan_hdr; member
|
H A D | ice_protocol_type.h | 430 struct ice_vlan_hdr vlan_hdr; member
|
/linux/net/8021q/ |
H A D | vlan_core.c | 470 struct vlan_hdr *vhdr; in vlan_gro_receive() 492 struct vlan_hdr *vhdr2; in vlan_gro_receive() 497 vhdr2 = (struct vlan_hdr *)(p->data + off_vlan); in vlan_gro_receive() 517 struct vlan_hdr *vhdr = (struct vlan_hdr *)(skb->data + nhoff); in vlan_gro_complete()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.h | 11 struct vlan_hdr vlan;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | fs_hws_pools.h | 13 #define MLX5_FS_INSERT_HDR_VLAN_SIZE sizeof(struct vlan_hdr)
|
/linux/net/netfilter/ |
H A D | nf_flow_table_ip.c | 312 struct vlan_hdr *vlan_hdr; in nf_flow_encap_pop() local 322 vlan_hdr = (struct vlan_hdr *)skb->data; in nf_flow_encap_pop() 324 vlan_set_encap_proto(skb, vlan_hdr); in nf_flow_encap_pop()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_ste_v3.c | 21 u32 vlan_hdr) in dr_ste_v3_set_push_vlan() argument 28 MLX5_SET(ste_double_action_insert_with_inline_v3, d_action, inline_data, vlan_hdr); in dr_ste_v3_set_push_vlan()
|
H A D | mlx5dr.h | 132 mlx5dr_action_create_push_vlan(struct mlx5dr_domain *domain, __be32 vlan_hdr);
|
H A D | fs_dr.c | 234 u32 vlan_hdr; in create_action_push_vlan() local 236 vlan_hdr = (u32)n_ethtype << 16 | (u32)(prio) << 12 | (u32)vid; in create_action_push_vlan() 237 return mlx5dr_action_create_push_vlan(domain, htonl(vlan_hdr)); in create_action_push_vlan()
|
H A D | dr_ste_v1.h | 154 void dr_ste_v1_set_push_vlan(u8 *hw_ste_p, u8 *d_action, u32 vlan_hdr);
|
H A D | dr_ste.h | 206 u32 vlan_hdr);
|
/linux/net/hsr/ |
H A D | hsr_forward.c | 670 struct hsr_vlan_ethhdr *vlan_hdr; in fill_frame_info() local 708 vlan_hdr = (struct hsr_vlan_ethhdr *)skb_mac_header(skb); in fill_frame_info() 709 proto = vlan_hdr->vlanhdr.h_vlan_encapsulated_proto; in fill_frame_info()
|
/linux/net/sched/ |
H A D | act_csum.c | 607 struct vlan_hdr *vlan = (struct vlan_hdr *)skb->data; in tcf_csum_act()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge.c | 47 MLX5_CAP_GEN_2(esw->dev, max_reformat_remove_size) >= sizeof(struct vlan_hdr) && in mlx5_esw_bridge_pkt_reformat_vlan_pop_supported() 60 reformat_params.size = sizeof(struct vlan_hdr); in mlx5_esw_bridge_pkt_reformat_vlan_pop_create() 1030 } vlan_hdr = { htons(vlan_proto), htons(vlan->vid) }; in mlx5_esw_bridge_vlan_push_create() local 1035 MLX5_CAP_GEN_2(esw->dev, max_reformat_insert_size) < sizeof(vlan_hdr) || in mlx5_esw_bridge_vlan_push_create() 1045 reformat_params.size = sizeof(vlan_hdr); in mlx5_esw_bridge_vlan_push_create() 1046 reformat_params.data = &vlan_hdr; in mlx5_esw_bridge_vlan_push_create()
|