Lines Matching refs:netp

998     struct sockaddr *to, struct sctp_nets **netp, uint32_t vrf_id)
1166 if (netp != NULL) {
1167 *netp = net;
1190 if (netp != NULL) {
1191 *netp = net;
1227 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
1271 netp, inp->def_vrf_id);
1333 if (netp != NULL) {
1334 *netp = net;
1362 if (netp != NULL) {
1363 *netp = net;
1436 if (netp != NULL) {
1437 *netp = net;
1466 if (netp != NULL) {
1467 *netp = net;
1933 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool,
1942 stcb = sctp_tcb_special_locate(inp_p, from, to, netp,
1945 stcb = sctp_tcb_special_locate(&inp, from, to, netp,
1968 stcb = sctp_findassociation_ep_addr(inp_p, from, netp, to,
1971 stcb = sctp_findassociation_ep_addr(&inp, from, netp, to,
1985 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
2046 (struct sockaddr *)&sin4, netp, dst, NULL);
2067 (struct sockaddr *)&sin6, netp, dst, NULL);
2082 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
2151 *netp = sctp_findnet(stcb, from);
2153 *netp = NULL; /* unknown */
2163 *netp = net;
2191 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2200 inp_p, netp, sh->src_port, sh->dest_port, 0, vrf_id, 0);
2214 stcb = sctp_findassociation_addr_sa(src, dst, inp_p, netp,
2218 stcb = sctp_findassociation_addr_sa(src, dst, &inp, netp,
2241 offset, sh, &inp, netp, dst);
2258 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2347 netp, sh->src_port, sh->dest_port, 1, vrf_id, 0);
2353 (struct sockaddr *)&remote_store, netp,
3367 struct sctp_nets *netp;
3381 netp = asoc->asoc.alternate;
3383 netp = asoc->asoc.primary_destination;
3385 sctp_send_shutdown(asoc, netp);
3387 netp);
3710 struct sctp_nets **netp, int set_scope, int from)
4011 if (netp) {
4012 *netp = net;