Searched refs:IPV6_MAXPACKET (Results 1 – 10 of 10) sorted by relevance
322 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()329 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()347 IPV6_MAXPACKET) { in frag6_input()469 if ((u_int)next > IPV6_MAXPACKET) { in frag6_input()
339 if (plen > IPV6_MAXPACKET) { in ip6_output()902 if (mtu > IPV6_MAXPACKET) in ip6_output()903 mtu = IPV6_MAXPACKET; in ip6_output()1867 if (pmtu > IPV6_MAXPACKET) in ip6_ctloutput()1868 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
997 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
273 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
897 CTASSERT(IPV6_MAXPACKET == IP_MAXPACKET); in tcp_output()
223 if (m->m_pkthdr.len - sizeof(struct ip6_hdr) > IPV6_MAXPACKET) { in ipsec_process_done()773 if (m->m_pkthdr.len - sizeof(*ip6) > IPV6_MAXPACKET) { in ipsec6_process_packet()
391 maxpacketsize = IPV6_MAXPACKET; in ipcomp_output()
734 maxpacketsize = IPV6_MAXPACKET; in esp_output()
918 maxpacketsize = IPV6_MAXPACKET; in ah_output()
1148 if (sizeof(struct ip6_hdr) + IPV6_MAXPACKET < m->m_pkthdr.len)1202 if (jumbolen <= IPV6_MAXPACKET)1247 if (fragoff + (plen - off - sizeof(frag)) > IPV6_MAXPACKET)