Searched refs:sctp_is_any (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | bind_addr.c | 459 if (sctp_is_any(NULL, addr)) { in sctp_copy_one_addr() 480 int sctp_is_any(struct sock *sk, const union sctp_addr *addr) in sctp_is_any() function 549 if (sctp_is_any(sk, &addr->a)) in sctp_is_ep_boundall()
|
| H A D | ipv6.c | 911 if (sctp_is_any(sk, addr1) || sctp_is_any(sk, addr2)) in sctp_inet6_cmp_addr()
|
| H A D | socket.c | 2644 if (!sctp_is_any(sk, (union sctp_addr *)¶ms->spp_address)) { in sctp_setsockopt_peer_addr_params() 3884 if (!sctp_is_any(sk, (const union sctp_addr *)&val->spt_address)) { in sctp_setsockopt_paddr_thresholds() 5804 if (!sctp_is_any(sk, (union sctp_addr *)¶ms.spp_address)) { in sctp_getsockopt_peer_addr_params() 6159 if (sctp_is_any(sk, &addr->a)) { in sctp_getsockopt_local_addrs() 7052 if (!sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) { in sctp_getsockopt_paddr_thresholds()
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | structs.h | 1194 int sctp_is_any(struct sock *sk, const union sctp_addr *addr);
|