Searched refs:sctp_assoc_add_peer (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/sctp/ |
D | associola.c | 636 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer() function 1239 sctp_assoc_add_peer(asoc, &trans->ipaddr, in sctp_assoc_update()
|
D | sm_make_chunk.c | 2275 if(!sctp_assoc_add_peer(asoc, peer_addr, gfp, SCTP_ACTIVE)) in sctp_process_init() 2482 if (!sctp_assoc_add_peer(asoc, &addr, gfp, SCTP_UNCONFIRMED)) in sctp_process_param() 3011 peer = sctp_assoc_add_peer(asoc, &addr, GFP_ATOMIC, SCTP_UNCONFIRMED); in sctp_process_asconf_param()
|
D | socket.c | 1186 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL, in __sctp_connect() 1855 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL, SCTP_UNKNOWN); in sctp_sendmsg()
|
/linux-3.4.99/include/net/sctp/ |
D | structs.h | 1981 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
|