Home
last modified time | relevance | path

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

/linux-tools/ebpf/kernel-samples-bpf/
H A Dipfirewall_kern.c39 struct vlan_hdr *vhdr; in xdp_ipv4_firewalling() local
41 vhdr = data + nh_off; in xdp_ipv4_firewalling()
45 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_ipv4_firewalling()
48 struct vlan_hdr *vhdr; in xdp_ipv4_firewalling() local
50 vhdr = data + nh_off; in xdp_ipv4_firewalling()
54 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_ipv4_firewalling()
H A Dl3lb_kern.c95 struct vlan_hdr *vhdr; in xdp_ipv4_l3lb() local
97 vhdr = data + nh_off; in xdp_ipv4_l3lb()
101 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_ipv4_l3lb()
104 struct vlan_hdr *vhdr; in xdp_ipv4_l3lb() local
106 vhdr = data + nh_off; in xdp_ipv4_l3lb()
110 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_ipv4_l3lb()