Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c403 refcount_acquire(&blk->tfb_refcnt); in find_and_ref_tcp_functions()
416 refcount_acquire(&rblk->tfb_refcnt); in find_and_ref_tcp_fb()
428 refcount_acquire(&rblk->tfb_refcnt); in find_and_ref_tcp_default_fb()
457 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
463 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
478 refcount_release(&tfb->tfb_refcnt); in tcp_switch_back_to_default()
517 fs.pcbcnt = blk->tfb_refcnt; in sysctl_net_inet_default_tcp_functions()
580 f->tf_fb->tfb_refcnt); in sysctl_net_inet_list_available()
914 refcount_init(&blk->tfb_refcnt, 0); in register_tcp_functions_as_names()
1038 if (force && blk->tfb_refcnt) { in deregister_tcp_functions()
[all …]
H A Dtcp_usrreq.c1913 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput()
1933 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput()
1939 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput()
1962 refcount_release(&blk->tfb_refcnt); in tcp_ctloutput()
1974 refcount_release(&tp->t_fb->tfb_refcnt); in tcp_ctloutput()
1990 fsn.pcbcnt = tp->t_fb->tfb_refcnt; in tcp_ctloutput()
H A Dtcp_var.h354 volatile uint32_t tfb_refcnt; member
H A Dtcp_syncache.c1037 refcount_release(&tp->t_fb->tfb_refcnt); in syncache_socket()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h354 volatile uint32_t tfb_refcnt; member