Lines Matching refs:tcp_debug_capture
157 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()
905 ostate = tcp_debug_capture(tp, PRU_SOCKADDR); in tcp_sockaddr()
935 ostate = tcp_debug_capture(tp, PRU_RCVD); in tcp_rcvd()
969 ostate = tcp_debug_capture(tp, PRU_RCVOOB); in tcp_recvoob()
1013 ostate = tcp_debug_capture(tp, PRU_SEND); in tcp_send()
1063 ostate = tcp_debug_capture(tp, PRU_SENDOOB); in tcp_sendoob()