Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timer.c827 struct tcp_log_buffer *lgb; in tcp_bblog_timer() local
832 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, in tcp_bblog_timer()
835 lgb = NULL; in tcp_bblog_timer()
836 if (lgb != NULL) { in tcp_bblog_timer()
837 lgb->tlb_flex1 = (what << 8) | which; in tcp_bblog_timer()
841 lgb->tlb_flex2 = ticks; in tcp_bblog_timer()
845 lgb->tlb_flex2 = UINT32_MAX; in tcp_bblog_timer()
847 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.c211 struct tcp_log_buffer *lgb; in tcp_default_output() local
1426 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, in tcp_default_output()
1430 lgb = NULL; in tcp_default_output()
1528 if (lgb != NULL) { in tcp_default_output()
1529 lgb->tlb_errno = error; in tcp_default_output()
1530 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.c1745 struct tcp_log_buffer *lgb; in tcp_respond() local
2096 lgb = NULL; in tcp_respond()
2108 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond()
2163 if (lgb != NULL) in tcp_respond()
2164 lgb->tlb_errno = output_ret; in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c5465 struct tcp_log_buffer *lgb = NULL; in rack_ack_received() local
5545 lgb = tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_ack_received()
5555 if (lgb) { in rack_ack_received()
5556 lgb->tlb_stackinfo.u_bbr.flex6 = tp->snd_cwnd; in rack_ack_received()
18474 struct tcp_log_buffer *lgb; in rack_fast_rsm_output() local
18870 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_rsm_output()
18873 lgb = NULL; in rack_fast_rsm_output()
18894 if (lgb) { in rack_fast_rsm_output()
18895 lgb->tlb_errno = error; in rack_fast_rsm_output()
18896 lgb = NULL; in rack_fast_rsm_output()
[all …]
H A Dbbr.c11824 struct tcp_log_buffer *lgb; in bbr_output_wtime() local
13515 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
13518 lgb = NULL; in bbr_output_wtime()
13606 if (lgb) { in bbr_output_wtime()
13607 lgb->tlb_errno = error; in bbr_output_wtime()
13608 lgb = NULL; in bbr_output_wtime()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td710 def LGB : UnaryRXY<"lgb", 0xE377, z_asextloadi8, GR64, 1>;