HomeSort by relevance Sort by last modified time
    Searched refs:h_vlan_encapsulated_proto (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_vlan.c 32 * @h_vlan_encapsulated_proto: packet type ID or len
36 __be16 h_vlan_encapsulated_proto; member in struct:_vlan_hdr
78 eth_type = vlan_hdr->h_vlan_encapsulated_proto;
91 eth_type = vlan_hdr->h_vlan_encapsulated_proto;
200 * Notice: Taking over vlan_hdr->h_vlan_encapsulated_proto, by
232 * The vlan_hdr->h_vlan_encapsulated_proto take over role as
bpf_flow.c 45 __be16 h_vlan_encapsulated_proto; member in struct:vlan_hdr
352 if (vlan->h_vlan_encapsulated_proto != bpf_htons(ETH_P_8021Q))
364 if (vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021AD) ||
365 vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021Q))
368 return parse_eth_proto(skb, vlan->h_vlan_encapsulated_proto);

Completed in 440 milliseconds