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

/net/sctp/
H A Dbind_addr.c485 sctp_scope_t addr_scope = sctp_scope(addr); local
490 if (SCTP_SCOPE_UNUSABLE == addr_scope)
505 if (addr_scope <= scope)
509 if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope)
513 if (addr_scope <= scope || SCTP_SCOPE_LINK == addr_scope)

Completed in 683 milliseconds