Lines Matching defs:inp_p
869 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from,
1077 *inp_p = inp;
1101 *inp_p = inp;
1129 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote,
1138 inp = *inp_p;
1173 stcb = sctp_tcb_special_locate(inp_p, remote, local,
1840 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool,
1848 if (inp_p != NULL) {
1849 stcb = sctp_tcb_special_locate(inp_p, from, to, netp,
1861 if (inp_p != NULL) {
1862 *inp_p = inp;
1874 if (inp_p != NULL) {
1875 stcb = sctp_findassociation_ep_addr(inp_p, from, netp, to,
1891 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
1946 stcb = sctp_findassociation_ep_addr(inp_p,
1967 stcb = sctp_findassociation_ep_addr(inp_p,
1983 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
2051 if (inp_p)
2052 *inp_p = stcb->sctp_ep;
2061 *inp_p = stcb->sctp_ep;
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);
2100 if (inp_p) {
2101 stcb = sctp_findassociation_addr_sa(src, dst, inp_p, netp,
2103 inp = *inp_p;
2122 if (inp_p) {
2123 *inp_p = NULL;
2129 if (inp_p != NULL) {
2130 *inp_p = inp;
2145 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint32_t vrf_id)
2230 stcb = sctp_findassoc_by_vtag(NULL, dst, ntohl(sh->v_tag), inp_p,
2233 SCTP_INP_DECR_REF(*inp_p);
2236 stcb = sctp_findassociation_ep_addr(inp_p,