Searched refs:sctp_bind_addr_match (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | endpointola.c | 255 if (sctp_bind_addr_match(&ep->base.bind_addr, laddr, in sctp_endpoint_is_match()
|
H A D | bind_addr.c | 313 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match() function
|
H A D | input.c | 996 if (sctp_bind_addr_match(&t->asoc->base.bind_addr, in sctp_addrs_lookup_transport()
|
H A D | associola.c | 1606 sctp_bind_addr_match(&asoc->base.bind_addr, laddr, in sctp_assoc_lookup_laddr()
|
H A D | socket.c | 421 if (sctp_bind_addr_match(bp, addr, sp)) in sctp_do_bind()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | endpointola.c | 258 if (sctp_bind_addr_match(&ep->base.bind_addr, laddr, in sctp_endpoint_is_match()
|
H A D | bind_addr.c | 313 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match() function
|
H A D | associola.c | 1615 sctp_bind_addr_match(&asoc->base.bind_addr, laddr, in sctp_assoc_lookup_laddr()
|
H A D | input.c | 1016 sctp_bind_addr_match(&t->asoc->base.bind_addr, in sctp_addrs_lookup_transport()
|
H A D | socket.c | 423 if (sctp_bind_addr_match(bp, addr, sp)) in sctp_do_bind()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 1173 int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 1197 int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
|
Completed in 37 milliseconds