Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf_norm.c1122 int plen, off, fr_max, pktlen; in pf_reassemble6() local
1621 int pktlen = 0; in pf_frag6cache() local
1686 int pktlen = 0; in pf_frag6cache() local
H A Dif_gif.c647 int32_t pktlen = m->m_pkthdr.len; in gif_input() local
H A Dif_utun.c2870 int32_t pktlen = m->m_pkthdr.len; in utun_proto_input() local
H A Dif_ipsec.c4873 int32_t pktlen = m->m_pkthdr.len; in ipsec_proto_input() local
H A Dif_bridge.c1346 size_t pktlen, mlen, maxlen; in brlog_mbuf_data() local
H A Dcontent_filter.c964 unsigned int pktlen = 0; in cfil_data_length() local
H A Ddlil.c5352 uint32_t pktlen; in ifnet_enqueue_ifclassq() local
/xnu-10002.1.13/bsd/kern/
H A Duipc_syscalls.c4053 alloc_sendpkt(int how, size_t pktlen, unsigned int *maxchunks, in alloc_sendpkt()
4269 size_t pktlen; in sendfile() local
H A Duipc_mbuf.c7010 unsigned int pktlen; local
7660 int progress = 0, length, pktlen; local
/xnu-10002.1.13/bsd/netinet/
H A Dtcp_input.c1033 struct tcpopt *to, uint32_t pktlen) in tcp_sbrcv_grow()