Searched refs:max_protohdr (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dif_enc.c260 i = min((*mp)->m_pkthdr.len, max_protohdr);
H A Dif_bridge.c2310 int i = min(mc2->m_pkthdr.len, max_protohdr);
2504 i = min(mc->m_pkthdr.len, max_protohdr);
3044 i = min((*mp)->m_pkthdr.len, max_protohdr);
/freebsd-10.0-release/sys/kern/
H A Duipc_domain.c178 max_hdr = max_linkhdr + max_protohdr;
H A Duipc_mbuf.c52 int max_protohdr; variable
68 SYSCTL_INT(_kern_ipc, KIPC_MAX_PROTOHDR, max_protohdr, CTLFLAG_RD,
69 &max_protohdr, 0, "Size of largest protocol layer header");
1072 * If there is room, it will add up to max_protohdr-len extra bytes to the
1105 count = min(min(max(len, max_protohdr), space), n->m_len);
1151 count = min(min(max(len, max_protohdr), space), n->m_len);
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c324 i = min(m->m_pkthdr.len, max_protohdr);
/freebsd-10.0-release/sys/sys/
H A Dmbuf.h908 extern int max_protohdr; /* Largest protocol header */
/freebsd-10.0-release/sys/netinet/
H A Dtcp_subr.c417 if (max_protohdr < TCP_MINPROTOHDR)
418 max_protohdr = TCP_MINPROTOHDR;
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_proto.c136 max_hdr = max_linkhdr + max_protohdr;

Completed in 136 milliseconds