Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_usrreq.c157 tcp_debug_capture(struct tcpcb *tp, int req) in tcp_debug_capture() function
531 ostate = tcp_debug_capture(tp, PRU_ACCEPT); in tcp_accept()
571 ostate = tcp_debug_capture(tp, PRU_BIND); in tcp_bind()
614 ostate = tcp_debug_capture(tp, PRU_LISTEN); in tcp_listen()
655 ostate = tcp_debug_capture(tp, PRU_CONNECT); in tcp_connect()
740 ostate = tcp_debug_capture(tp, PRU_CONNECT2); in tcp_connect2()
761 ostate = tcp_debug_capture(tp, PRU_DISCONNECT); in tcp_disconnect()
796 ostate = tcp_debug_capture(tp, PRU_SHUTDOWN); in tcp_shutdown()
825 ostate = tcp_debug_capture(tp, PRU_ABORT); in tcp_abort()
875 ostate = tcp_debug_capture(tp, PRU_PEERADDR); in tcp_peeraddr()
[all …]