Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_timer2.h69 callout_stop(&_tc->tc_callout); in tcp_callout_stop()
70 _tp->tt_msg->tt_tasks &= ~_tc->tc_task; in tcp_callout_stop()
71 _tp->tt_msg->tt_running_tasks &= ~_tc->tc_task; in tcp_callout_stop()
81 callout_terminate(&_tc->tc_callout); in tcp_callout_terminate()
82 _tp->tt_msg->tt_tasks &= ~_tc->tc_task; in tcp_callout_terminate()
83 _tp->tt_msg->tt_running_tasks &= ~_tc->tc_task; in tcp_callout_terminate()
95 _tp->tt_msg->tt_tasks &= ~_tc->tc_task; in tcp_callout_reset()
96 _tp->tt_msg->tt_running_tasks &= ~_tc->tc_task; in tcp_callout_reset()
108 _act = callout_active(&_tc->tc_callout); in tcp_callout_active()
111 _tp->tt_msg->tt_running_tasks) & _tc->tc_task; in tcp_callout_active()
[all …]
/dragonfly/contrib/ldns/ldns/
H A Dpacket.h202 bool _tc; member
/dragonfly/contrib/ldns/
H A Dpacket.c60 return packet->_header->_tc; in ldns_pkt_tc()
499 packet->_header->_tc = tc; in ldns_pkt_set_tc()