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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c2393 struct sctp_nets *netl; local
2680 netl = sctp_findnet(*stcb, to);
2684 if (netl == NULL) {
2689 netl = sctp_findnet(*stcb, to);
2691 if (netl) {
2692 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) {
2693 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED;
2695 netl);
2719 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED);
2846 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKE
[all...]

Completed in 122 milliseconds