Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c498 struct tcp_function_block *tfb; in tcp_switch_back_to_default() local
513 tfb = find_and_ref_tcp_default_fb(); in tcp_switch_back_to_default()
514 if (tfb == tp->t_fb) { in tcp_switch_back_to_default()
515 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
516 tfb = NULL; in tcp_switch_back_to_default()
519 if (tfb != NULL && (*tfb->tfb_tcp_handoff_ok)(tp)) { in tcp_switch_back_to_default()
520 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
521 tfb = NULL; in tcp_switch_back_to_default()
524 if (tfb != NULL) { in tcp_switch_back_to_default()
526 if (tfb->tfb_tcp_fb_init == NULL || in tcp_switch_back_to_default()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c2550 struct drm_framebuffer *fb, *tfb; in drm_fb_release() local
2553 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) { in drm_fb_release()