Home
last modified time | relevance | path

Searched refs:lgb (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_timer.c825 struct tcp_log_buffer *lgb; in tcp_bblog_timer() local
830 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, in tcp_bblog_timer()
833 lgb = NULL; in tcp_bblog_timer()
834 if (lgb != NULL) { in tcp_bblog_timer()
835 lgb->tlb_flex1 = (what << 8) | which; in tcp_bblog_timer()
839 lgb->tlb_flex2 = ticks; in tcp_bblog_timer()
843 lgb->tlb_flex2 = UINT32_MAX; in tcp_bblog_timer()
845 lgb->tlb_flex2 = (uint32_t)ms; in tcp_bblog_timer()
H A Dtcp_log_buf.c1438 struct tcp_log_buffer *lgb; in tcp_log_tcpcbfini() local
1446 lgb = tcp_log_event(tp, NULL, in tcp_log_tcpcbfini()
1451 if (lgb != NULL) { in tcp_log_tcpcbfini()
1452 lgb->tlb_flex1 = TCP_NUM_CNT_COUNTERS; in tcp_log_tcpcbfini()
1453 lgb->tlb_flex2 = 1; in tcp_log_tcpcbfini()
1459 lgb = tcp_log_event(tp, NULL, in tcp_log_tcpcbfini()
1464 if (lgb != NULL) { in tcp_log_tcpcbfini()
1465 lgb->tlb_flex1 = TCP_NUM_CNT_COUNTERS; in tcp_log_tcpcbfini()
1466 lgb->tlb_flex2 = 2; in tcp_log_tcpcbfini()
H A Dtcp_output.c213 struct tcp_log_buffer *lgb; in tcp_default_output() local
1417 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, in tcp_default_output()
1421 lgb = NULL; in tcp_default_output()
1519 if (lgb != NULL) { in tcp_default_output()
1520 lgb->tlb_errno = error; in tcp_default_output()
1521 lgb = NULL; in tcp_default_output()
H A Dtcp_usrreq.c133 struct tcp_log_buffer *lgb; in tcp_bblog_pru() local
138 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_PRU, error, in tcp_bblog_pru()
141 lgb = NULL; in tcp_bblog_pru()
143 if (lgb != NULL) { in tcp_bblog_pru()
145 lgb->tlb_errno = (uint32_t)error; in tcp_bblog_pru()
147 lgb->tlb_flex1 = pru; in tcp_bblog_pru()
H A Dtcp_subr.c1753 struct tcp_log_buffer *lgb; in tcp_respond() local
2104 lgb = NULL; in tcp_respond()
2116 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond()
2171 if (lgb != NULL) in tcp_respond()
2172 lgb->tlb_errno = output_ret; in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c5643 if (lgb) { in rack_ack_received()
19767 lgb = NULL; in rack_fast_rsm_output()
19788 if (lgb) { in rack_fast_rsm_output()
19789 lgb->tlb_errno = error; in rack_fast_rsm_output()
19790 lgb = NULL; in rack_fast_rsm_output()
20303 lgb = NULL; in rack_fast_output()
20321 if (lgb) { in rack_fast_output()
20323 lgb = NULL; in rack_fast_output()
22960 lgb = NULL; in rack_output()
23056 if (lgb) { in rack_output()
[all …]
H A Dbbr.c11809 struct tcp_log_buffer *lgb; in bbr_output_wtime() local
13501 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
13504 lgb = NULL; in bbr_output_wtime()
13592 if (lgb) { in bbr_output_wtime()
13593 lgb->tlb_errno = error; in bbr_output_wtime()
13594 lgb = NULL; in bbr_output_wtime()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td708 def LGB : UnaryRXY<"lgb", 0xE377, asextloadi8, GR64, 1>;