Lines Matching refs:netp

1338     struct sctp_inpcb *inp, struct sctp_nets **netp,
1354 struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp,
1379 net = *netp;
1764 inp, netp, init_src, notification,
1985 struct sctp_inpcb *inp, struct sctp_nets **netp,
2229 *netp = sctp_findnet(stcb, init_src);
2230 if (*netp != NULL) {
2237 (*netp)->hb_responded = 1;
2241 sctp_calculate_rto(stcb, asoc, *netp, &old, SCTP_RTT_FROM_NON_DATA);
2280 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp,
2525 *stcb = sctp_findassociation_ep_addr(inp_p, to, netp, dst, NULL);
2568 netp, to, &notification,
2577 cookie, cookie_len, *inp_p, *stcb, netp, to,
2590 if (*netp != NULL) {
2591 (*netp)->flowtype = mflowtype;
2592 (*netp)->flowid = mflowid;
4336 * length after control processing - netp: modified to new sctp_nets after
4347 struct sctp_tcb *stcb, struct sctp_nets **netp, int *fwd_tsn_seen,
4453 sh, &inp, netp, vrf_id);
4546 *netp);
4589 if (((netp != NULL) && (*netp != NULL)) || (ch->chunk_type == SCTP_ASCONF)) {
4595 if ((netp != NULL) && (*netp != NULL))
4596 stcb->asoc.last_control_chunk_from = *netp;
4636 stcb, *netp, &abort_no_unlock,
4668 if ((netp != NULL) && (*netp != NULL)) {
4672 stcb, *netp,
4789 if ((netp != NULL) && (*netp != NULL)) {
4809 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL)) {
4812 chk_length, *netp);
4822 if ((netp != NULL) && (*netp != NULL)) {
4824 stcb, *netp);
4831 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL)) {
4832 if (sctp_handle_abort((struct sctp_abort_chunk *)ch, stcb, *netp)) {
4847 if ((netp != NULL) && (*netp != NULL)) {
4850 stcb, *netp, &abort_flag);
4860 (stcb != NULL) && (netp != NULL) && (*netp != NULL)) {
4861 sctp_handle_shutdown_ack((struct sctp_shutdown_ack_chunk *)ch, stcb, *netp);
4868 if ((stcb != NULL) && (netp != NULL) && (*netp != NULL) &&
4869 sctp_handle_error(ch, stcb, *netp, contiguous) < 0) {
4941 if (netp != NULL) {
4951 &inp, &stcb, netp,
5013 if ((netp != NULL) && (*netp != NULL)) {
5014 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, *netp);
5042 sctp_handle_ecn_cwr((struct sctp_cwr_chunk *)ch, stcb, *netp);
5053 (stcb != NULL) && (netp != NULL) && (*netp != NULL)) {
5055 stcb, *netp);
5082 if ((netp != NULL) && (*netp != NULL)) {
5093 (struct sctp_asconf_ack_chunk *)ch, stcb, *netp, &abort_no_unlock);
5171 if ((netp != NULL) && (*netp != NULL)) {
5173 stcb, *netp,