Searched refs:sctp_findnet (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.h | 503 struct sctp_nets *sctp_findnet(struct sctp_tcb *, struct sockaddr *);
|
H A D | sctp_usrreq.c | 2324 net = sctp_findnet(stcb, addr); 2526 net = sctp_findnet(stcb, addr); 3190 net = sctp_findnet(stcb, addr); 3304 net = sctp_findnet(stcb, addr); 5233 net = sctp_findnet(stcb, addr); 5766 net = sctp_findnet(stcb, addr); 6318 net = sctp_findnet(stcb, addr); 6490 net = sctp_findnet(stcb, addr);
|
H A D | sctp_pcb.c | 2062 *netp = sctp_findnet(stcb, from); in sctp_findassoc_by_vtag() 2071 net = sctp_findnet(stcb, from); in sctp_findassoc_by_vtag() 3572 sctp_findnet(struct sctp_tcb *stcb, struct sockaddr *addr) in sctp_findnet() function 3618 netfirst = sctp_findnet(stcb, newaddr); in sctp_add_remote_addr() 6570 net = sctp_findnet(stcb, sa); in sctp_set_primary_addr()
|
H A D | sctp_input.c | 574 r_net = sctp_findnet(stcb, &store.sa); in sctp_handle_heartbeat_ack() 2193 *netp = sctp_findnet(stcb, init_src); in sctp_process_cookie_new() 2563 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo() 2573 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()
|
H A D | sctp_asconf.c | 285 src_net = sctp_findnet(stcb, src); in sctp_asconf_del_remote_addrs_except() 831 stcb->asoc.last_control_chunk_from = sctp_findnet(stcb, src); in sctp_handle_asconf()
|
H A D | sctp_output.c | 12988 net = sctp_findnet(stcb, addr); in sctp_lower_sosend()
|