Home
last modified time | relevance | path

Searched refs:IPV6_MAXPACKET (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netinet6/
H A Dfrag6.c308 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
316 else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
333 IPV6_MAXPACKET) { in frag6_input()
463 IPV6_MAXPACKET) in frag6_input()
H A Dip6_output.c210 if (plen > IPV6_MAXPACKET) { in ip6_output()
762 if (mtu > IPV6_MAXPACKET) in ip6_output()
763 mtu = IPV6_MAXPACKET; in ip6_output()
1683 if (pmtu > IPV6_MAXPACKET) in ip6_ctloutput()
1684 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
H A Dip6_input.c976 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
/dragonfly/sys/netinet/
H A Dip6.h265 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
/dragonfly/sys/net/pf/
H A Dpf_norm.c1165 if (sizeof(struct ip6_hdr) + IPV6_MAXPACKET < m->m_pkthdr.len) in pf_normalize_ip6()
1219 if (jumbolen <= IPV6_MAXPACKET) in pf_normalize_ip6()
1264 if (fragoff + (plen - off - sizeof(frag)) > IPV6_MAXPACKET) in pf_normalize_ip6()