Searched refs:sctp_findnet (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 522 struct sctp_nets *sctp_findnet(struct sctp_tcb *, struct sockaddr *);
|
| H A D | sctp_usrreq.c | 2331 net = sctp_findnet(stcb, addr); 2533 net = sctp_findnet(stcb, addr); 3197 net = sctp_findnet(stcb, addr); 3311 net = sctp_findnet(stcb, addr); 5264 net = sctp_findnet(stcb, addr); 5789 net = sctp_findnet(stcb, addr); 6341 net = sctp_findnet(stcb, addr); 6513 net = sctp_findnet(stcb, addr);
|
| H A D | sctp_pcb.c | 2182 *netp = sctp_findnet(stcb, from); in sctp_findassoc_by_vtag() 2191 net = sctp_findnet(stcb, from); in sctp_findassoc_by_vtag() 3677 sctp_findnet(struct sctp_tcb *stcb, struct sockaddr *addr) in sctp_findnet() function 3723 netfirst = sctp_findnet(stcb, newaddr); in sctp_add_remote_addr() 6664 net = sctp_findnet(stcb, sa); in sctp_set_primary_addr()
|
| H A D | sctp_input.c | 605 r_net = sctp_findnet(stcb, &store.sa); in sctp_handle_heartbeat_ack() 2243 *netp = sctp_findnet(stcb, init_src); in sctp_process_cookie_new() 2609 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo() 2619 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()
|
| H A D | sctp_asconf.c | 288 src_net = sctp_findnet(stcb, src); in sctp_asconf_del_remote_addrs_except() 834 stcb->asoc.last_control_chunk_from = sctp_findnet(stcb, src); in sctp_handle_asconf()
|
| H A D | sctp_output.c | 12771 net = sctp_findnet(stcb, addr); in sctp_lower_sosend()
|