Lines Matching refs:netp

1433     struct sctp_inpcb *inp, struct sctp_nets **netp,
1450 struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp,
1467 net = *netp;
1888 inp, netp, init_src, notification,
2034 struct sctp_inpcb *inp, struct sctp_nets **netp,
2138 if (netp)
2139 *netp = sctp_findnet(stcb, init_src);
2189 if (netp)
2356 if ((netp) && (*netp))
2357 (*netp)->hb_responded = 1;
2365 if ((netp) && (*netp)) {
2366 (*netp)->RTO = sctp_calculate_rto(stcb, asoc, *netp,
2408 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp,
2641 *stcb = sctp_findassociation_ep_addr(inp_p, to, netp, dst, NULL);
2686 netp, to, &notification,
2695 cookie, cookie_len, *inp_p, *stcb, netp, to,
2705 if ((*netp != NULL) && (use_mflowid != 0)) {
2706 (*netp)->flowid = mflowid;
2708 (*netp)->flowidset = 1;
4409 * length after control processing - netp: modified to new sctp_nets after
4420 struct sctp_tcb *stcb, struct sctp_nets **netp, int *fwd_tsn_seen,
4537 sh, &inp, netp, vrf_id);
4658 *netp);
4733 if (((netp != NULL) && (*netp != NULL)) || (ch->chunk_type == SCTP_ASCONF)) {
4739 if ((netp != NULL) && (*netp != NULL))
4740 stcb->asoc.last_control_chunk_from = *netp;
4832 if ((netp) && (*netp)) {
4836 stcb, *netp,
4921 if (netp && *netp)
5009 if (netp && *netp)
5029 if ((stcb) && netp && *netp) {
5032 chk_length, *netp);
5065 if (netp && *netp)
5067 stcb, *netp);
5072 if ((stcb) && netp && *netp)
5074 stcb, *netp);
5088 if (netp && *netp) {
5092 stcb, *netp, &abort_flag);
5101 if ((stcb) && (netp) && (*netp))
5102 sctp_handle_shutdown_ack((struct sctp_shutdown_ack_chunk *)ch, stcb, *netp);
5109 if ((stcb) && netp && *netp && sctp_handle_error(ch, stcb, *netp) < 0) {
5169 if (netp) {
5176 &inp, &stcb, netp,
5247 if ((stcb) && netp && *netp) {
5256 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, *netp);
5304 sctp_handle_ecn_cwr((struct sctp_cwr_chunk *)ch, stcb, *netp);
5318 if ((stcb) && netp && *netp) {
5320 stcb, *netp);
5352 if ((stcb) && netp && *netp) {
5363 (struct sctp_asconf_ack_chunk *)ch, stcb, *netp, &abort_no_unlock);
5461 if (ch && (stcb) && netp && (*netp)) {
5463 stcb, *netp,