Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_input.c2400 struct sctp_nets *netl; in sctp_handle_cookie_echo() local
2687 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()
2691 if (netl == NULL) { in sctp_handle_cookie_echo()
2696 netl = sctp_findnet(*stcb, to); in sctp_handle_cookie_echo()
2698 if (netl) { in sctp_handle_cookie_echo()
2699 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) { in sctp_handle_cookie_echo()
2700 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED; in sctp_handle_cookie_echo()
2702 netl); in sctp_handle_cookie_echo()
2726 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED); in sctp_handle_cookie_echo()
2847 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED); in sctp_handle_cookie_echo()
[all …]