Searched defs:tcp_sock (Results 1 – 4 of 4) sorted by relevance
192 struct tcp_sock { struct202 __cacheline_group_begin(tcp_sock_read_tx); argument211 __cacheline_group_end(tcp_sock_read_tx); argument229 __cacheline_group_end(tcp_sock_read_txrx); argument247 __cacheline_group_end(tcp_sock_read_rx); argument251 u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut276 __cacheline_group_end(tcp_sock_write_tx); argument304 __cacheline_group_end(tcp_sock_write_txrx); argument308 u64 bytes_received;313 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()
571 struct sock *tcp_sock; /* tcp sk backpointer */ member