Home
last modified time | relevance | path

Searched refs:pktsize (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dpcap_module.c82 pcap_get_wptr(struct mtcp_thread_context *ctxt, int ifidx, uint16_t pktsize) in pcap_get_wptr() argument
86 ppc->phdr.caplen = ppc->phdr.len = pktsize; in pcap_get_wptr()
H A Dnetmap_module.c145 netmap_get_wptr(struct mtcp_thread_context *ctxt, int nif, uint16_t pktsize) in netmap_get_wptr() argument
154 npc->snd_pkt_size[idx] = pktsize; in netmap_get_wptr()
H A Ddpdk_module.c287 dpdk_get_wptr(struct mtcp_thread_context *ctxt, int nif, uint16_t pktsize) in dpdk_get_wptr() argument
307 m->pkt_len = m->data_len = pktsize; in dpdk_get_wptr()
312 mtcp->nstat.tx_bytes[nif] += pktsize + ETHER_OVR; in dpdk_get_wptr()