Lines Matching refs:inp_socket
427 so = inp->inp_socket; in dccp_input()
662 soisconnected(inp->inp_socket); in dccp_input()
711 soisconnected(inp->inp_socket); in dccp_input()
918 inp->inp_socket->so_error = errno; in dccp_notify()
919 sorwakeup(inp->inp_socket); in dccp_notify()
920 sowwakeup(inp->inp_socket); in dccp_notify()
956 if (inp->inp_socket != NULL) { in dccp_ctlinput()
1145 so = inp->inp_socket; in dccp_output()
1507 (inp->inp_socket->so_options & SO_DONTROUTE), NULL, NULL, in dccp_output()
1514 (inp->inp_socket->so_options & SO_DONTROUTE), 0, in dccp_output()
1523 sbdrop(&inp->inp_socket->so_snd, len); in dccp_output()
1524 sowwakeup(inp->inp_socket); in dccp_output()
2512 cr_canseesocket(req->td->td_ucred, inp->inp_socket) == 0) in dccp_pcblist()
2539 if (inp->inp_socket) in dccp_pcblist()
2540 sotoxsocket(inp->inp_socket, &xd.xd_socket); in dccp_pcblist()