Home
last modified time | relevance | path

Searched refs:IP6_HLEN (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/testing/selftests/net/
Dip_defrag.c30 #define IP6_HLEN (sizeof(struct ip6_hdr)) macro
140 uint8_t *frag_start = ipv6 ? ip_frame + IP6_HLEN + FRAG_HLEN : in send_fragment()
158 struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame + IP6_HLEN); in send_fragment()
174 frag_len += IP6_HLEN; in send_fragment()
220 struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame + IP6_HLEN); in send_udp_frags()
303 struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame + IP6_HLEN); in send_udp_frags()
309 frag_len += IP6_HLEN; in send_udp_frags()
/linux-5.19.10/net/core/
Dptp_classifier.c122 ptr += IP6_HLEN + UDP_HLEN; in ptp_parse_header()
/linux-5.19.10/include/linux/
Dptp_classify.h50 #define IP6_HLEN 40 macro