Searched refs:sctp_bind_addr_match (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/sctp/ |
D | bind_addr.c | 294 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match() function
|
D | endpointola.c | 242 if (sctp_bind_addr_match(&ep->base.bind_addr, laddr, in sctp_endpoint_is_match()
|
D | associola.c | 822 if (sctp_bind_addr_match(&asoc->base.bind_addr, laddr, in sctp_assoc_is_match() 1210 sctp_bind_addr_match(&asoc->base.bind_addr, laddr, in sctp_assoc_lookup_laddr()
|
D | socket.c | 330 if (sctp_bind_addr_match(bp, addr, sp)) in sctp_do_bind() 3808 if (sctp_bind_addr_match(&ep2->base.bind_addr, addr, in sctp_get_port_local()
|
/linux-2.4.37.9/include/net/sctp/ |
D | structs.h | 1073 int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
|