Searched refs:sctp_assoc_add_peer (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | associola.c | 595 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer() function 1179 !sctp_assoc_add_peer(asoc, &trans->ipaddr, in sctp_assoc_update()
|
D | sm_make_chunk.c | 2339 if (!sctp_assoc_add_peer(asoc, peer_addr, gfp, SCTP_ACTIVE)) in sctp_process_init() 2540 if (!sctp_assoc_add_peer(asoc, &addr, gfp, SCTP_UNCONFIRMED)) in sctp_process_param() 3081 peer = sctp_assoc_add_peer(asoc, &addr, GFP_ATOMIC, SCTP_UNCONFIRMED); in sctp_process_asconf_param()
|
D | socket.c | 1223 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL, in __sctp_connect() 1775 *tp = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL, SCTP_UNKNOWN); in sctp_sendmsg_new_asoc() 1842 transport = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL, in sctp_sendmsg_new_asoc()
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 2114 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
|