Searched refs:netfirst (Results 1 – 1 of 1) sorted by relevance
4374 struct sctp_nets *net, *netfirst; local4381 netfirst = sctp_findnet(stcb, newaddr);4382 if (netfirst) {4393 if (netfirst->dest_state & SCTP_ADDR_UNCONFIRMED) {4394 netfirst->dest_state = (SCTP_ADDR_REACHABLE |4397 netfirst->dest_state = SCTP_ADDR_REACHABLE;4787 netfirst = TAILQ_FIRST(&stcb->asoc.nets);4795 } else if (netfirst == NULL) {4799 } else if (netfirst->ro.ro_nh == NULL) {4801 } else if (netfirst->ro.ro_rt == NULL) {[all …]