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

/freebsd-10.3-release/sys/netinet/
H A Dsctp_input.c2424 struct sctp_nets *netl; local
2700 netl = sctp_findnet(*stcb, to);
2704 if (netl == NULL) {
2709 netl = sctp_findnet(*stcb, to);
2711 if (netl) {
2712 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) {
2713 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED;
2715 netl);
2739 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKED);
2869 (*stcb), 0, (void *)netl, SCTP_SO_NOT_LOCKE
[all...]

Completed in 75 milliseconds