Lines Matching defs:netp

870     struct sockaddr *to, struct sctp_nets **netp, uint32_t vrf_id)
1070 if (netp != NULL) {
1071 *netp = net;
1094 if (netp != NULL) {
1095 *netp = net;
1130 struct sctp_nets **netp, struct sockaddr *local, struct sctp_tcb *locked_tcb)
1174 netp, inp->def_vrf_id);
1236 if (netp != NULL) {
1237 *netp = net;
1266 if (netp != NULL) {
1267 *netp = net;
1337 if (netp != NULL) {
1338 *netp = net;
1367 if (netp != NULL) {
1368 *netp = net;
1840 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool,
1849 stcb = sctp_tcb_special_locate(inp_p, from, to, netp,
1852 stcb = sctp_tcb_special_locate(&inp, from, to, netp,
1875 stcb = sctp_findassociation_ep_addr(inp_p, from, netp, to,
1878 stcb = sctp_findassociation_ep_addr(&inp, from, netp, to,
1891 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
1947 (struct sockaddr *)&sin4, netp, dst, NULL);
1968 (struct sockaddr *)&sin6, netp, dst, NULL);
1983 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
2047 *netp = sctp_findnet(stcb, from);
2049 *netp = NULL; /* unknown */
2059 *netp = net;
2086 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2094 inp_p, netp, sh->src_port, sh->dest_port, 0, vrf_id, 0);
2101 stcb = sctp_findassociation_addr_sa(src, dst, inp_p, netp,
2105 stcb = sctp_findassociation_addr_sa(src, dst, &inp, netp,
2128 offset, sh, &inp, netp, dst);
2145 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2231 netp, sh->src_port, sh->dest_port, 1, vrf_id, 0);
2237 &remote_store.sa, netp,
3307 struct sctp_nets *netp;
3320 netp = stcb->asoc.alternate;
3322 netp = stcb->asoc.primary_destination;
3324 sctp_send_shutdown(stcb, netp);
3326 netp);
3589 struct sctp_nets **netp, uint16_t port, int set_scope, int from)
3927 if (netp) {
3928 *netp = net;