Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c2314 struct sctp_nets *netl; in sctp_handle_cookie_echo() local
2609 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()
2613 if (netl == NULL) { in sctp_handle_cookie_echo()
2619 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()
2621 if (netl) { in sctp_handle_cookie_echo()
2622 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) { in sctp_handle_cookie_echo()
2623 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED; in sctp_handle_cookie_echo()
2625 netl); in sctp_handle_cookie_echo()
2649 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED); in sctp_handle_cookie_echo()
2763 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED); in sctp_handle_cookie_echo()
[all …]