Searched refs:vhdr (Results 1 – 2 of 2) sorted by relevance
127 struct vlan_hdr *vhdr; in handle_ingress() local129 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() local138 vhdr = data + nh_off; in handle_ingress()142 h_proto = vhdr->h_vlan_encapsulated_proto; in handle_ingress()
94 struct vlan_hdr *vhdr; in xdp_router_ipv4_prog() local96 vhdr = data + nh_off; in xdp_router_ipv4_prog()101 h_proto = vhdr->h_vlan_encapsulated_proto; in xdp_router_ipv4_prog()
Completed in 4 milliseconds