Searched refs:sctp_is_any (Results 1 - 3 of 3) sorted by relevance

/net/sctp/
H A Dbind_addr.c444 if (sctp_is_any(NULL, addr)) {
464 int sctp_is_any(struct sock *sk, const union sctp_addr *addr) function
532 if (sctp_is_any(sk, &addr->a))
H A Dipv6.c818 if (sctp_is_any(sk, addr1) || sctp_is_any(sk, addr2))
H A Dsocket.c2538 if (!sctp_is_any(sk, (union sctp_addr *)&params.spp_address)) {
3617 if (sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) {
4613 if (!sctp_is_any(sk, (union sctp_addr *)&params.spp_address)) {
4940 if (sctp_is_any(sk, &addr->a)) {
5820 if (sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) {

Completed in 1107 milliseconds