Lines Matching defs:inp_p
227 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from,
362 *inp_p = inp;
376 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp)
474 stcb = sctp_findassociation_ep_addr(inp_p,
481 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote,
490 inp = *inp_p;
515 stcb = sctp_tcb_special_locate(inp_p, remote, local,
927 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool)
934 if (inp_p != NULL) {
935 retval = sctp_tcb_special_locate(inp_p, from, to, netp);
945 if (inp_p != NULL) {
946 *inp_p = inp;
960 if (inp_p != NULL) {
961 return (sctp_findassociation_ep_addr(inp_p, from, netp, to, NULL));
975 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
1022 retval = sctp_findassociation_ep_addr(inp_p,
1040 retval = sctp_findassociation_ep_addr(inp_p,
1055 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
1101 *inp_p = stcb->sctp_ep;
1125 struct sctp_inpcb **inp_p, struct sctp_nets **netp)
1194 inp_p, netp, sh->src_port, sh->dest_port);
1207 if (inp_p) {
1208 retval = sctp_findassociation_addr_sa(to, from, inp_p, netp,
1210 inp = *inp_p;
1244 if (inp_p) {
1245 *inp_p = NULL;
1255 offset, sh, inp_p, netp, to);