Searched defs:tcp_sock (Results 1 – 4 of 4) sorted by relevance
192 struct tcp_sock { struct212 __cacheline_group_end(tcp_sock_read_tx); argument230 __cacheline_group_end(tcp_sock_read_txrx); argument248 __cacheline_group_end(tcp_sock_read_rx); argument277 __cacheline_group_end(tcp_sock_write_tx); argument305 __cacheline_group_end(tcp_sock_write_txrx); argument343 __cacheline_group_end(tcp_sock_write_rx); argument368 } rack;372 unused:5;444 int linger2;[all …]
44 struct tcp_sock { struct48 struct bpf_tcp_sock listen_tp = {}; argument
121 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
569 struct sock *tcp_sock; /* tcp sk backpointer */ member
Completed in 51 milliseconds