Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h633 uint32_t tfb_flags; member
669 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output()
695 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output_unlock()
726 KASSERT(rv >= 0 || tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output_nodrop()
H A Dtcp_timer.c299 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output_locked()
H A Dtcp_subr.c673 (blk->tfb_flags & TCP_FUNC_BEING_REMOVED)) { in sysctl_net_inet_default_tcp_functions()
1196 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in register_tcp_functions_as_names()
1329 blk->tfb_flags |= TCP_FUNC_BEING_REMOVED; in deregister_tcp_functions()
H A Dtcp_usrreq.c1734 if (blk->tfb_flags & TCP_FUNC_BEING_REMOVED) { in tcp_ctloutput_set()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c14146 .tfb_flags = TCP_FUNC_OUTPUT_CANDROP,
H A Drack.c25251 .tfb_flags = TCP_FUNC_OUTPUT_CANDROP,