Searched refs:max_protohdr (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 110 int max_protohdr; variable 126 SYSCTL_INT(_kern_ipc, KIPC_MAX_PROTOHDR, max_protohdr, CTLFLAG_RD, 127 &max_protohdr, 0, "Size of largest protocol layer header"); 899 count = min(min(max(len, max_protohdr), space), n->m_len); in m_pullup() 943 count = min(min(max(len, max_protohdr), space), n->m_len); in m_copyup()
|
| H A D | uipc_domain.c | 183 max_hdr = max_linkhdr + max_protohdr; in domain_init()
|
| /f-stack/freebsd/net/ |
| H A D | if_bridge.c | 2418 int i = min(mc2->m_pkthdr.len, max_protohdr); in bridge_input() 2606 i = min(mc->m_pkthdr.len, max_protohdr); in bridge_broadcast() 3188 i = min((*mp)->m_pkthdr.len, max_protohdr); in bridge_pfil()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 987 extern int max_protohdr; /* Largest protocol header */
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 1227 extern int max_protohdr; /* Largest protocol header */
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1450 if (m->m_len < min(m->m_pkthdr.len, max_protohdr) && in ipfw_chk() 1452 max_protohdr))) == NULL) in ipfw_chk()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 1221 if (max_protohdr < TCP_MINPROTOHDR) in tcp_init() 1222 max_protohdr = TCP_MINPROTOHDR; in tcp_init()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_proto.c | 277 max_hdr = max_linkhdr + max_protohdr; in ieee80211_proto_attach()
|