Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c1447 net = *netp; in sctp_process_cookie_existing()
4580 *netp); in sctp_process_control()
4632 if ((netp != NULL) && (*netp != NULL)) in sctp_process_control()
4705 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4826 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4846 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4860 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4869 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4886 if ((netp != NULL) && (*netp != NULL)) { in sctp_process_control()
4899 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL)) { in sctp_process_control()
[all …]
H A Dsctp_pcb.c1200 if (netp != NULL) { in sctp_tcb_special_locate()
1201 *netp = net; in sctp_tcb_special_locate()
1225 *netp = net; in sctp_tcb_special_locate()
1367 *netp = net; in sctp_findassociation_ep_addr()
1397 *netp = net; in sctp_findassociation_ep_addr()
1468 *netp = net; in sctp_findassociation_ep_addr()
1498 *netp = net; in sctp_findassociation_ep_addr()
2194 *netp = net; in sctp_findassoc_by_vtag()
3444 netp); in sctp_inpcb_free()
4042 if (netp) { in sctp_add_remote_addr()
[all …]
H A Dsctp_indata.c4316 struct sctp_nets *netp; in sctp_express_handle_sack() local
4325 netp = asoc->alternate; in sctp_express_handle_sack()
4329 sctp_send_shutdown(stcb, netp); in sctp_express_handle_sack()
4331 stcb->sctp_ep, stcb, netp); in sctp_express_handle_sack()
4336 struct sctp_nets *netp; in sctp_express_handle_sack() local
4342 netp = asoc->alternate; in sctp_express_handle_sack()
4348 stcb->sctp_ep, stcb, netp); in sctp_express_handle_sack()
4993 struct sctp_nets *netp; in sctp_handle_sack() local
5002 netp = asoc->alternate; in sctp_handle_sack()
5014 struct sctp_nets *netp; in sctp_handle_sack() local
[all …]
H A Dsctp_usrreq.c735 struct sctp_nets *netp; in sctp_disconnect() local
744 netp = stcb->asoc.alternate; in sctp_disconnect()
746 netp = stcb->asoc.primary_destination; in sctp_disconnect()
748 sctp_send_shutdown(stcb, netp); in sctp_disconnect()
750 stcb->sctp_ep, stcb, netp); in sctp_disconnect()
889 struct sctp_nets *netp; in sctp_shutdown() local
928 netp = stcb->asoc.alternate; in sctp_shutdown()
930 netp = stcb->asoc.primary_destination; in sctp_shutdown()
943 sctp_send_shutdown(stcb, netp); in sctp_shutdown()
945 stcb->sctp_ep, stcb, netp); in sctp_shutdown()
H A Dsctp_output.c13489 struct sctp_nets *netp; in sctp_lower_sosend() local
13498 netp = stcb->asoc.alternate; in sctp_lower_sosend()
13500 netp = stcb->asoc.primary_destination; in sctp_lower_sosend()
13502 sctp_send_shutdown(stcb, netp); in sctp_lower_sosend()
13504 netp); in sctp_lower_sosend()