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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c2428 struct sctp_nets *netl; local
2715 netl = sctp_findnet(*stcb, to);
2719 if (netl == NULL) {
2724 netl = sctp_findnet(*stcb, to);
2726 if (netl) {
2727 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) {
2728 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED;
2730 netl);
2754 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED);
2875 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKE
[all...]

Completed in 170 milliseconds