Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A 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()
/openbmc/linux/net/core/
H A Dptp_classifier.c122 ptr += IP6_HLEN + UDP_HLEN; in ptp_parse_header()
/openbmc/linux/include/linux/
H A Dptp_classify.h54 #define IP6_HLEN 40 macro
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c188 header |= PKT_OFFLOAD_HDR_SIZE_2((IP6_HLEN >> 8) & 0xf); in bcmasp_csum_offload()
189 header2 |= PKT_OFFLOAD_HDR2_SIZE_2(IP6_HLEN & 0xff); in bcmasp_csum_offload()