Searched defs:tcp_sock (Results 1 – 4 of 4) sorted by relevance
194 struct tcp_sock { struct204 __cacheline_group_begin(tcp_sock_read_tx); argument213 __cacheline_group_end(tcp_sock_read_tx); argument231 __cacheline_group_end(tcp_sock_read_txrx); argument252 __cacheline_group_end(tcp_sock_read_rx); argument256 u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut281 __cacheline_group_end(tcp_sock_write_tx); argument309 __cacheline_group_end(tcp_sock_write_txrx); argument313 u64 bytes_received;318 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn[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()
570 struct sock *tcp_sock; /* tcp sk backpointer */ member