Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h343 …cvmx_dfa_node_next_lgb_t lgb; /**< This format describes the DFA pointers in large mode, ano… member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11924 struct tcp_log_buffer *lgb = NULL; in rack_output() local
13704 lgb = tcp_log_event_(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in rack_output()
13707 lgb = NULL; in rack_output()
13797 if (lgb) { in rack_output()
13798 lgb->tlb_errno = error; in rack_output()
13799 lgb = NULL; in rack_output()
H A Dbbr.c11963 struct tcp_log_buffer *lgb = NULL; in bbr_output_wtime() local
13726 lgb = tcp_log_event_(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
13729 lgb = NULL; in bbr_output_wtime()
13819 if (lgb) { in bbr_output_wtime()
13820 lgb->tlb_errno = error; in bbr_output_wtime()
13821 lgb = NULL; in bbr_output_wtime()