Home
last modified time | relevance | path

Searched refs:vhdr (Results 1 – 4 of 4) sorted by relevance

/samples/bpf/
Dxdp1_kern.c62 struct vlan_hdr *vhdr; in xdp_prog1() local
64 vhdr = data + nh_off; in xdp_prog1()
68 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_prog1()
72 struct vlan_hdr *vhdr; in xdp_prog1() local
74 vhdr = data + nh_off; in xdp_prog1()
78 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_prog1()
Dxdp2_kern.c78 struct vlan_hdr *vhdr; in xdp_prog1() local
80 vhdr = data + nh_off; in xdp_prog1()
84 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_prog1()
88 struct vlan_hdr *vhdr; in xdp_prog1() local
90 vhdr = data + nh_off; in xdp_prog1()
94 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_prog1()
Dparse_varlen.c127 struct vlan_hdr *vhdr; in handle_ingress() local
129 vhdr = data + nh_off; in handle_ingress()
133 h_proto = vhdr->h_vlan_encapsulated_proto; in handle_ingress()
136 struct vlan_hdr *vhdr; in handle_ingress() local
138 vhdr = data + nh_off; in handle_ingress()
142 h_proto = vhdr->h_vlan_encapsulated_proto; in handle_ingress()
Dxdp_router_ipv4_kern.c130 struct vlan_hdr *vhdr; in xdp_router_ipv4_prog() local
132 vhdr = data + nh_off; in xdp_router_ipv4_prog()
136 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_router_ipv4_prog()