Lines Matching refs:netp

1000     struct sockaddr *to, struct sctp_nets **netp, uint32_t vrf_id)
1200 if (netp != NULL) {
1201 *netp = net;
1224 if (netp != NULL) {
1225 *netp = net;
1260 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
1304 netp, inp->def_vrf_id);
1366 if (netp != NULL) {
1367 *netp = net;
1396 if (netp != NULL) {
1397 *netp = net;
1467 if (netp != NULL) {
1468 *netp = net;
1497 if (netp != NULL) {
1498 *netp = net;
1975 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool,
1984 stcb = sctp_tcb_special_locate(inp_p, from, to, netp,
1987 stcb = sctp_tcb_special_locate(&inp, from, to, netp,
2010 stcb = sctp_findassociation_ep_addr(inp_p, from, netp, to,
2013 stcb = sctp_findassociation_ep_addr(&inp, from, netp, to,
2026 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
2082 (struct sockaddr *)&sin4, netp, dst, NULL);
2103 (struct sockaddr *)&sin6, netp, dst, NULL);
2118 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
2182 *netp = sctp_findnet(stcb, from);
2184 *netp = NULL; /* unknown */
2194 *netp = net;
2221 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2229 inp_p, netp, sh->src_port, sh->dest_port, 0, vrf_id, 0);
2236 stcb = sctp_findassociation_addr_sa(src, dst, inp_p, netp,
2240 stcb = sctp_findassociation_addr_sa(src, dst, &inp, netp,
2263 offset, sh, &inp, netp, dst);
2280 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2366 netp, sh->src_port, sh->dest_port, 1, vrf_id, 0);
2372 &remote_store.sa, netp,
3425 struct sctp_nets *netp;
3438 netp = asoc->asoc.alternate;
3440 netp = asoc->asoc.primary_destination;
3442 sctp_send_shutdown(asoc, netp);
3444 netp);
3709 struct sctp_nets **netp, uint16_t port, int set_scope, int from)
4042 if (netp) {
4043 *netp = net;