Home
last modified time | relevance | path

Searched refs:sctp_assoc_set_bind_addr_from_ep (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/sctp/
Dstructs.h1717 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, int);
/linux-2.4.37.9/net/sctp/
Dassociola.c1170 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *asoc, int gfp) in sctp_assoc_set_bind_addr_from_ep() function
Dsm_statefuns.c348 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, GFP_ATOMIC) < 0) in sctp_sf_do_5_1B_init()
1372 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, GFP_ATOMIC) < 0) in sctp_sf_do_unexpected_init()
Dsocket.c1302 err = sctp_assoc_set_bind_addr_from_ep(asoc, GFP_KERNEL); in sctp_sendmsg()
2356 err = sctp_assoc_set_bind_addr_from_ep(asoc, GFP_KERNEL); in sctp_connect()