Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c436 struct tcp_function_block *tfb; in tcp_switch_back_to_default() local
455 tfb = find_and_ref_tcp_default_fb(); in tcp_switch_back_to_default()
456 if (tfb == tp->t_fb) { in tcp_switch_back_to_default()
457 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
458 tfb = NULL; in tcp_switch_back_to_default()
461 if (tfb != NULL && tfb->tfb_tcp_handoff_ok != NULL && in tcp_switch_back_to_default()
464 tfb = NULL; in tcp_switch_back_to_default()
467 if (tfb != NULL) { in tcp_switch_back_to_default()
469 tp->t_fb = tfb; in tcp_switch_back_to_default()
486 if (tfb == NULL) { in tcp_switch_back_to_default()
[all …]