Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c61 struct v4hdr {
93 struct v4hdr h_outer;
67 struct v4hdr { global() struct
68 ipv4hdr global() argument
69 l4hdrv4hdr global() argument
70 padv4hdr global() argument
/linux/net/mpls/
H A Daf_mpls.c222 const struct iphdr *v4hdr; in mpls_multipath_hash() local
224 v4hdr = (const struct iphdr *)(hdr + 1); in mpls_multipath_hash()
225 if (v4hdr->version == 4) { in mpls_multipath_hash()
226 hash = jhash_3words(ntohl(v4hdr->saddr), in mpls_multipath_hash()
227 ntohl(v4hdr->daddr), in mpls_multipath_hash()
228 v4hdr->protocol, hash); in mpls_multipath_hash()
229 } else if (v4hdr->version == 6 && in mpls_multipath_hash()