Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dbind_addr.c517 enum sctp_scope addr_scope = sctp_scope(addr); in sctp_in_scope()
522 if (SCTP_SCOPE_UNUSABLE == addr_scope) in sctp_in_scope()
537 if (addr_scope <= scope) in sctp_in_scope()
541 if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope) in sctp_in_scope()
545 if (addr_scope <= scope || SCTP_SCOPE_LINK == addr_scope)
508 enum sctp_scope addr_scope = sctp_scope(addr); sctp_in_scope() local