Searched defs:tcp_sock (Results 1 – 4 of 4) sorted by relevance
192 struct tcp_sock { struct202 __cacheline_group_begin(tcp_sock_read_tx); argument212 __cacheline_group_end(tcp_sock_read_tx); argument230 __cacheline_group_end(tcp_sock_read_txrx); argument248 __cacheline_group_end(tcp_sock_read_rx); argument252 u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut277 __cacheline_group_end(tcp_sock_write_tx); argument305 __cacheline_group_end(tcp_sock_write_txrx); argument309 u64 bytes_received;314 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()
569 struct sock *tcp_sock; /* tcp sk backpointer */ member