Lines Matching defs:netp
228 struct sockaddr *to, struct sctp_nets **netp)
358 if (netp != NULL) {
359 *netp = net;
376 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp)
475 (struct sockaddr *)&remote_store, netp,
482 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
516 netp);
549 if (netp != NULL) {
550 *netp = net;
579 if (netp != NULL) {
580 *netp = net;
927 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool)
935 retval = sctp_tcb_special_locate(inp_p, from, to, netp);
937 retval = sctp_tcb_special_locate(&inp, from, to, netp);
961 return (sctp_findassociation_ep_addr(inp_p, from, netp, to, NULL));
963 return (sctp_findassociation_ep_addr(&inp, from, netp, to, NULL));
975 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
1023 (struct sockaddr *)&sin4, netp, dest, NULL);
1041 (struct sockaddr *)&sin6, netp, dest, NULL);
1055 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
1099 *netp = net;
1125 struct sctp_inpcb **inp_p, struct sctp_nets **netp)
1194 inp_p, netp, sh->src_port, sh->dest_port);
1208 retval = sctp_findassociation_addr_sa(to, from, inp_p, netp,
1212 retval = sctp_findassociation_addr_sa(to, from, &inp, netp,
1255 offset, sh, inp_p, netp, to);