Lines Matching refs:tcp_sock
33 type_id = btf_find_by_name_kind(btf, "tcp_sock", BTF_KIND_STRUCT);
65 /* promote it to tcp_sock */
98 case offsetof(struct tcp_sock, snd_cwnd):
99 end = offsetofend(struct tcp_sock, snd_cwnd);
101 case offsetof(struct tcp_sock, snd_cwnd_cnt):
102 end = offsetofend(struct tcp_sock, snd_cwnd_cnt);
104 case offsetof(struct tcp_sock, snd_ssthresh):
105 end = offsetofend(struct tcp_sock, snd_ssthresh);
107 case offsetof(struct tcp_sock, ecn_flags):
108 end = offsetofend(struct tcp_sock, ecn_flags);
110 case offsetof(struct tcp_sock, app_limited):
111 end = offsetofend(struct tcp_sock, app_limited);
114 bpf_log(log, "no write support to tcp_sock at off %d\n", off);
120 "write access at off %d with size %d beyond the member of tcp_sock ended at %zu\n",
128 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt)
185 * to read tcp_sock from the PTR_TO_BTF_ID.