Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dicmpv6.h71 #define icmp6_datagram_len icmp6_dataun.un_data8[0] macro
/linux/net/ipv6/
H A Dicmp.c584 if (icmp6h->icmp6_datagram_len) in icmp6_ext_append()
624 icmp6h->icmp6_datagram_len = ICMP_EXT_ORIG_DGRAM_MIN_LEN / sizeof(u64); in icmp6_ext_append()
H A Ddatagram.c303 icmp6_hdr(skb)->icmp6_datagram_len * 8); in ipv6_icmp_error_rfc4884()
/linux/tools/testing/selftests/net/
H A Dicmp_rfc4884.c300 icmph->icmp6_datagram_len = (len - sizeof(*icmph)) / sizeof(uint64_t); in build_icmpv6_pkt()