Searched refs:IPV6_MAXPACKET (Results 1 – 9 of 9) sorted by relevance
257 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
590 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()607 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()632 af6->ip6af_frglen > IPV6_MAXPACKET) { in frag6_input()
576 if (plen > IPV6_MAXPACKET) { in ip6_output()1206 if (mtu > IPV6_MAXPACKET) in ip6_output()1207 mtu = IPV6_MAXPACKET; in ip6_output()2340 if (pmtu > IPV6_MAXPACKET) in ip6_ctloutput()2341 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
1094 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
548 if (m->m_pkthdr.len - sizeof(*ip6) > IPV6_MAXPACKET) { in ipsec6_perform_request()737 if (m->m_pkthdr.len - sizeof (struct ip6_hdr) > IPV6_MAXPACKET) { in ipsec_process_done()
432 maxpacketsize = IPV6_MAXPACKET; in ipcomp_output()
869 maxpacketsize = IPV6_MAXPACKET; in ah_output()
732 maxpacketsize = IPV6_MAXPACKET; in esp_output()
921 if (hdrlen - sizeof(struct ip6_hdr) + total > IPV6_MAXPACKET) { in pf_reassemble6()1212 if (sizeof(struct ip6_hdr) + IPV6_MAXPACKET < m->m_pkthdr.len) in pf_normalize_ip6()