IP_MAXPACKET      462 net/pf_norm.c  	if ((frent->fr_ip->ip_hl << 2) + off > IP_MAXPACKET) {
IP_MAXPACKET      899 net/pf_norm.c  	if (fragoff + ip_len > IP_MAXPACKET) {
IP_MAXPACKET     1038 netinet/ip_ah.c 		if (rplen + ahx->authsize + m->m_pkthdr.len > IP_MAXPACKET) {
IP_MAXPACKET      787 netinet/ip_esp.c 		if (skip + hlen + rlen + padding + alen > IP_MAXPACKET)	{
IP_MAXPACKET      872 netinet/ip_input.c 	if ((next + (ip->ip_hl << 2)) > IP_MAXPACKET) {
IP_MAXPACKET      417 netinet/ip_ipcomp.c 		if (m->m_pkthdr.len + hlen > IP_MAXPACKET) {
IP_MAXPACKET      947 netinet/ip_output.c 	if (optlen + ntohs(ip->ip_len) > IP_MAXPACKET)
IP_MAXPACKET      206 netinet/raw_ip.c 		if ((m->m_pkthdr.len + sizeof(struct ip)) > IP_MAXPACKET) {
IP_MAXPACKET      222 netinet/raw_ip.c 		if (m->m_pkthdr.len > IP_MAXPACKET) {
IP_MAXPACKET      881 netinet/tcp_output.c 		if (urp > IP_MAXPACKET)
IP_MAXPACKET      882 netinet/tcp_output.c 			urp = IP_MAXPACKET;
IP_MAXPACKET      900 netinet/udp_usrreq.c 	if ((len + sizeof(struct udpiphdr)) > IP_MAXPACKET) {