Home
last modified time | relevance | path

Searched refs:max_protohdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Duipc_mbuf.c125 u_int max_protohdr = 40; variable
129 SYSCTL_INT(_kern_ipc, KIPC_MAX_PROTOHDR, max_protohdr, CTLFLAG_RD,
130 &max_protohdr, 40, "Size of largest protocol layer header");
138 max_hdr = max_linkhdr + max_protohdr; in max_hdr_grow()
156 if (new > max_protohdr) { in max_protohdr_grow()
157 max_protohdr = new; in max_protohdr_grow()
960 count = min(min(max(len, max_protohdr), space), n->m_len); in m_pullup()
1004 count = min(min(max(len, max_protohdr), space), n->m_len); in m_copyup()
/freebsd/sys/net/
H A Dif_bridge.c2981 int i = min(mc2->m_pkthdr.len, max_protohdr); in bridge_input()
3218 i = min(mc->m_pkthdr.len, max_protohdr); in bridge_broadcast()
3962 i = min((*mp)->m_pkthdr.len, max_protohdr); in bridge_pfil()
/freebsd/sys/sys/
H A Dmbuf.h1310 extern u_int max_protohdr; /* Largest protocol header */
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1536 if (m->m_len < min(m->m_pkthdr.len, max_protohdr) && in ipfw_chk()
1538 max_protohdr))) == NULL) in ipfw_chk()