Searched refs:inp_p (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 2238 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp, in sctp_handle_cookie_echo() argument 2271 if (inp_p == NULL) { in sctp_handle_cookie_echo() 2319 l_inp = *inp_p; in sctp_handle_cookie_echo() 2330 ep = &(*inp_p)->sctp_ep; in sctp_handle_cookie_echo() 2490 *stcb = sctp_findassociation_ep_addr(inp_p, to, netp, dst, NULL); in sctp_handle_cookie_echo() 2497 if (l_inp != *inp_p) { in sctp_handle_cookie_echo() 2532 cookie, cookie_len, *inp_p, in sctp_handle_cookie_echo() 2542 cookie, cookie_len, *inp_p, *stcb, netp, to, in sctp_handle_cookie_echo() 2584 if ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) { in sctp_handle_cookie_echo() 2586 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp_handle_cookie_echo() [all …]
|
H A D | sctp_pcb.c | 869 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from, in sctp_tcb_special_locate() argument 1077 *inp_p = inp; in sctp_tcb_special_locate() 1101 *inp_p = inp; in sctp_tcb_special_locate() 1129 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote, in sctp_findassociation_ep_addr() argument 1138 inp = *inp_p; in sctp_findassociation_ep_addr() 1173 stcb = sctp_tcb_special_locate(inp_p, remote, local, in sctp_findassociation_ep_addr() 1840 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool, in sctp_findassociation_addr_sa() argument 1848 if (inp_p != NULL) { in sctp_findassociation_addr_sa() 1849 stcb = sctp_tcb_special_locate(inp_p, from, to, netp, in sctp_findassociation_addr_sa() 1861 if (inp_p != NULL) { in sctp_findassociation_addr_sa() [all …]
|
H A D | sctp_output.c | 3720 sctp_findassociation_cmsgs(struct sctp_inpcb **inp_p, in sctp_findassociation_cmsgs() argument 3799 stcb = sctp_findassociation_ep_addr(inp_p, addr, net_p, NULL, NULL); in sctp_findassociation_cmsgs()
|