Home
last modified time | relevance | path

Searched defs:pktlen (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_norm.c1126 int plen, off, fr_max, pktlen; in pf_reassemble6() local
1626 int pktlen = 0; in pf_frag6cache() local
1691 int pktlen = 0; in pf_frag6cache() local
H A Dif_gif.c649 int32_t pktlen = m->m_pkthdr.len; in gif_input() local
H A Dif_utun.c3177 int32_t pktlen = m->m_pkthdr.len; in utun_proto_input() local
H A Dif_ipsec.c4048 int32_t pktlen = m->m_pkthdr.len; in ipsec_proto_input() local
H A Dif_bridge.c1384 size_t pktlen, mlen, maxlen; in brlog_mbuf_data() local
H A Dcontent_filter.c973 unsigned int pktlen = 0; in cfil_data_length() local
H A Ddlil.c2943 uint32_t pktlen; in ifnet_enqueue_single() local
/xnu-12377.41.6/bsd/kern/
H A Duipc_syscalls.c3660 alloc_sendpkt(int how, size_t pktlen, unsigned int *maxchunks, in alloc_sendpkt()
3882 size_t pktlen; in sendfile() local
H A Duipc_mbuf.c3722 unsigned int pktlen; in m_length() local
4354 int progress = 0, length, pktlen; in m_defrag_offset() local
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c1007 struct tcpopt *to, uint32_t pktlen) in tcp_sbrcv_grow()