MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcp_pcap_tcpcb_init

Function tcp_pcap_tcpcb_init

freebsd/netinet/tcp_pcap.c:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void
434tcp_pcap_tcpcb_init(struct tcpcb *tp)
435{
436 mbufq_init(&(tp->t_inpkts), V_tcp_pcap_packets);
437 mbufq_init(&(tp->t_outpkts), V_tcp_pcap_packets);
438}
439
440void
441tcp_pcap_set_sock_max(struct mbufq *queue, int newval)

Callers 1

tcp_newtcpcbFunction · 0.85

Calls 1

mbufq_initFunction · 0.50

Tested by

no test coverage detected