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.c78 struct v4hdr { struct
110 struct v4hdr h_outer; in __encap_ipv4()
/linux/net/mpls/
H A Daf_mpls.c222 const struct iphdr *v4hdr; in mpls_multipath_hash() local
225 v4hdr = (const struct iphdr *)(hdr + 1); in mpls_multipath_hash()
226 if (v4hdr->version == 4) { in mpls_multipath_hash()
227 hash = jhash_3words(ntohl(v4hdr->saddr), in mpls_multipath_hash()
228 ntohl(v4hdr->daddr), in mpls_multipath_hash()
229 v4hdr->protocol, hash); in mpls_multipath_hash()
230 } else if (v4hdr->version == 6 && in mpls_multipath_hash()