sctp_in_scope    1230 include/net/sctp/structs.h int sctp_in_scope(const union sctp_addr *addr, const sctp_scope_t scope);
sctp_in_scope     462 net/sctp/bind_addr.c 	} else if (sctp_in_scope(addr, scope)) {
sctp_in_scope     247 net/sctp/protocol.c 		if (sctp_in_scope(&addr->a, scope)) {
sctp_in_scope    2391 net/sctp/sm_make_chunk.c 		if (sctp_in_scope(&addr, scope))