Searched refs:IPV6_MAXPACKET (Results 1 – 7 of 7) sorted by relevance
305 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
548 if (local_ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()557 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()591 IPV6_MAXPACKET) { in frag6_input()
455 if (m->m_pkthdr.len - sizeof(struct ip6_hdr) > IPV6_MAXPACKET) { in ah6_output()
794 if (plen > IPV6_MAXPACKET) { in ip6_output_list()1880 if (mtu > IPV6_MAXPACKET) { in ip6_do_fragmentation()1881 mtu = IPV6_MAXPACKET; in ip6_do_fragmentation()3033 if (pmtu > IPV6_MAXPACKET) { in ip6_ctloutput()3034 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
2430 if (plen < IPV6_MAXPACKET - sizeof(struct ip6_hdr)) { in ipsec6_encapsulate()2641 if (plen > IPV6_MAXPACKET) { in ipsec6_update_routecache_and_output()2791 if (plen < IPV6_MAXPACKET - sizeof(struct ip6_hdr)) { in ipsec46_encapsulate()3853 if (plen > IPV6_MAXPACKET) { in ipsec6_output_trans_internal()4277 if (plen > IPV6_MAXPACKET) { in ipsec6_output_tunnel_internal()
1730 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
2310 if ((uint32_t)(sizeof(struct ip6_hdr) + IPV6_MAXPACKET) < in pf_normalize_ip6()2391 if (jumbolen <= IPV6_MAXPACKET) { in pf_normalize_ip6()2448 if (fragoff + (plen - off) > IPV6_MAXPACKET) { in pf_normalize_ip6()