Lines Matching defs:lgb
5488 struct tcp_log_buffer *lgb = NULL;
5568 lgb = tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0,
5578 if (lgb) {
5579 lgb->tlb_stackinfo.u_bbr.flex6 = tp->snd_cwnd;
18497 struct tcp_log_buffer *lgb;
18893 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK,
18896 lgb = NULL;
18917 if (lgb) {
18918 lgb->tlb_errno = error;
18919 lgb = NULL;
19088 struct tcp_log_buffer *lgb;
19429 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK,
19432 lgb = NULL;
19450 if (lgb) {
19451 lgb->tlb_errno = error;
19452 lgb = NULL;
19749 struct tcp_log_buffer *lgb;
21997 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK,
22000 lgb = NULL;
22096 if (lgb) {
22097 lgb->tlb_errno = error;
22098 lgb = NULL;