Lines Matching defs:inp_p
1662 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp)
1692 if (inp_p == NULL) {
1695 printf("sctp_handle_cookie: null inp_p!\n");
1798 ep = &(*inp_p)->sctp_ep;
1799 l_inp = *inp_p;
1991 *stcb = sctp_findassociation_ep_addr(inp_p, to, netp, localep_sa, NULL);
1997 if (l_inp != *inp_p) {
2012 cookie_len, *inp_p, netp, to, ¬ification);
2025 cookie, cookie_len, *inp_p, *stcb, *netp, to, ¬ification);
2067 if ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
2069 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
2085 oso = (*inp_p)->sctp_socket;
2100 sctp_abort_association(*inp_p, NULL, m, iphlen,
2102 sctp_free_assoc(*inp_p, *stcb);
2109 (SCTP_PCB_COPY_FLAGS & (*inp_p)->sctp_flags) |
2117 sctp_move_pcb_and_assoc(*inp_p, inp, *stcb);
2120 *inp_p = inp;
2129 if ((notification) && ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) {