Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tc_tunnel.c45 struct v4hdr { struct
77 struct v4hdr h_outer; in encap_ipv4()
/Linux-v5.4/net/mpls/
Daf_mpls.c198 const struct iphdr *v4hdr; in mpls_multipath_hash() local
200 v4hdr = (const struct iphdr *)(hdr + 1); in mpls_multipath_hash()
201 if (v4hdr->version == 4) { in mpls_multipath_hash()
202 hash = jhash_3words(ntohl(v4hdr->saddr), in mpls_multipath_hash()
203 ntohl(v4hdr->daddr), in mpls_multipath_hash()
204 v4hdr->protocol, hash); in mpls_multipath_hash()
205 } else if (v4hdr->version == 6 && in mpls_multipath_hash()