Lines Matching refs:tcp_sock
40 type_id = btf_find_by_name_kind(btf, "tcp_sock", BTF_KIND_STRUCT);
91 /* promote it to tcp_sock */
120 case offsetof(struct tcp_sock, snd_cwnd):
121 end = offsetofend(struct tcp_sock, snd_cwnd);
123 case offsetof(struct tcp_sock, snd_cwnd_cnt):
124 end = offsetofend(struct tcp_sock, snd_cwnd_cnt);
126 case offsetof(struct tcp_sock, snd_ssthresh):
127 end = offsetofend(struct tcp_sock, snd_ssthresh);
129 case offsetof(struct tcp_sock, ecn_flags):
130 end = offsetofend(struct tcp_sock, ecn_flags);
133 bpf_log(log, "no write support to tcp_sock at off %d\n", off);
139 "write access at off %d with size %d beyond the member of tcp_sock ended at %zu\n",
147 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt)