Searched refs:netl (Results 1 – 1 of 1) sorted by relevance
2258 struct sctp_nets *netl; in sctp_handle_cookie_echo() local2563 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()2567 if (netl == NULL) { in sctp_handle_cookie_echo()2573 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()2575 if (netl) { in sctp_handle_cookie_echo()2576 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) { in sctp_handle_cookie_echo()2577 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED; in sctp_handle_cookie_echo()2579 netl); in sctp_handle_cookie_echo()2603 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED); in sctp_handle_cookie_echo()2716 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED); in sctp_handle_cookie_echo()[all …]