Home
last modified time | relevance | path

Searched refs:inp_p (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_input.c2327 if (inp_p == NULL) { in sctp_handle_cookie_echo()
2371 ep = &(*inp_p)->sctp_ep; in sctp_handle_cookie_echo()
2372 l_inp = *inp_p; in sctp_handle_cookie_echo()
2546 if (l_inp != *inp_p) { in sctp_handle_cookie_echo()
2581 cookie, cookie_len, *inp_p, in sctp_handle_cookie_echo()
2653 oso = (*inp_p)->sctp_socket; in sctp_handle_cookie_echo()
2694 inp->max_cwnd = (*inp_p)->max_cwnd; in sctp_handle_cookie_echo()
2704 inp->sctp_context = (*inp_p)->sctp_context; in sctp_handle_cookie_echo()
2706 inp->fibnum = (*inp_p)->fibnum; in sctp_handle_cookie_echo()
2733 sctp_move_pcb_and_assoc(*inp_p, inp, *stcb); in sctp_handle_cookie_echo()
[all …]
H A Dsctp_pcb.c1207 *inp_p = inp; in sctp_tcb_special_locate()
1231 *inp_p = inp; in sctp_tcb_special_locate()
1268 inp = *inp_p; in sctp_findassociation_ep_addr()
1996 if (inp_p != NULL) { in sctp_findassociation_addr_sa()
1997 *inp_p = inp; in sctp_findassociation_addr_sa()
2186 if (inp_p) in sctp_findassoc_by_vtag()
2235 if (inp_p) { in sctp_findassociation_addr()
2238 inp = *inp_p; in sctp_findassociation_addr()
2257 if (inp_p) { in sctp_findassociation_addr()
2258 *inp_p = NULL; in sctp_findassociation_addr()
[all …]
H A Dsctp_output.c3724 sctp_findassociation_cmsgs(struct sctp_inpcb **inp_p, in sctp_findassociation_cmsgs() argument
3803 stcb = sctp_findassociation_ep_addr(inp_p, addr, net_p, NULL, NULL); in sctp_findassociation_cmsgs()