Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c486 refcount_acquire(&blk->tfb_refcnt); in find_and_ref_tcp_functions()
499 refcount_acquire(&rblk->tfb_refcnt); in find_and_ref_tcp_fb()
542 refcount_acquire(&rblk->tfb_refcnt); in find_and_ref_tcp_default_fb()
567 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
573 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
594 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
715 fs.pcbcnt = blk->tfb_refcnt; in sysctl_net_inet_default_tcp_functions()
778 f->tf_fb->tfb_refcnt); in sysctl_net_inet_list_available()
1255 refcount_init(&blk->tfb_refcnt, 0); in register_tcp_functions_as_names()
1388 if (force && blk->tfb_refcnt) { in deregister_tcp_functions()
[all …]
H A Dtcp_usrreq.c1741 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput_set()
1761 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput_set()
1767 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput_set()
1784 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput_set()
1814 refcount_release(&tp->t_fb->tfb_refcnt); in tcp_ctloutput_set()
1876 fsn.pcbcnt = tp->t_fb->tfb_refcnt; in tcp_ctloutput_get()
H A Dtcp_syncache.c934 refcount_release(&tp->t_fb->tfb_refcnt); in syncache_socket()
943 refcount_release(&rblk->tfb_refcnt); in syncache_socket()
H A Dtcp_var.h635 volatile uint32_t tfb_refcnt; member