Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_input.c2574 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp, argument
2612 if (inp_p == NULL) {
2656 ep = &(*inp_p)->sctp_ep;
2657 l_inp = *inp_p;
2835 *stcb = sctp_findassociation_ep_addr(inp_p, to, netp, dst, NULL);
2842 if (l_inp != *inp_p) {
2874 cookie, cookie_len, *inp_p,
2886 cookie, cookie_len, *inp_p, *stcb, netp, to,
2929 if ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
2931 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
[all …]
Dsctp_pcb.c1147 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from, argument
1395 *inp_p = inp;
1416 *inp_p = inp;
1436 *inp_p = inp;
1465 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote, argument
1474 inp = *inp_p;
1515 stcb = sctp_tcb_special_locate(inp_p, remote, local,
1535 stcb = sctp_tcb_special_locate(inp_p, remote, local,
2340 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool, argument
2348 if (inp_p != NULL) {
[all …]
Dsctp_output.c3854 sctp_findassociation_cmsgs(struct sctp_inpcb **inp_p, argument
3941 stcb = sctp_findassociation_ep_addr(inp_p, addr, net_p, NULL, NULL);