Home
last modified time | relevance | path

Searched refs:bpf_tcp_sock (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c48 struct bpf_tcp_sock listen_tp = {};
50 struct bpf_tcp_sock cli_tp = {};
51 struct bpf_tcp_sock srv_tp = {};
88 static void tpcpy(struct bpf_tcp_sock *dst, in tpcpy()
89 const struct bpf_tcp_sock *src) in tpcpy()
129 struct bpf_tcp_sock *tp, *tp_ret; in egress_read_sock_fields()
169 tp = bpf_tcp_sock(sk); in egress_read_sock_fields()
223 struct bpf_tcp_sock *tp; in ingress_read_sock_fields()
247 tp = bpf_tcp_sock(sk); in ingress_read_sock_fields()
H A Dverifier_sock.c468 __description("bpf_tcp_sock(skb->sk): no !skb->sk check") in skb_sk_beyond_last_field_1()
475 call %[bpf_tcp_sock]; \ in sk_no_skb_sk_check_2()
479 : __imm(bpf_tcp_sock), in sk_no_skb_sk_check_2()
485 __description("bpf_tcp_sock(skb->sk): no NULL check on ret") in sk_no_skb_sk_check_2()
495 l0_%=: call %[bpf_tcp_sock]; \ in no_null_check_on_ret_2()
500 : __imm(bpf_tcp_sock), in no_null_check_on_ret_2()
502 __imm_const(bpf_tcp_sock_snd_cwnd, offsetof(struct bpf_tcp_sock, snd_cwnd)) in no_null_check_on_ret_2()
507 __description("bpf_tcp_sock(skb->sk): tp->snd_cwnd") in no_null_check_on_ret_2()
516 l0_%=: call %[bpf_tcp_sock]; \ in skb_sk_tp_snd_cwnd_1()
523 : __imm(bpf_tcp_sock), in skb_sk_tp_snd_cwnd_1()
[all...]
H A Dtcp_rtt.c29 struct bpf_tcp_sock *tcp_sk; in _sockops()
50 tcp_sk = bpf_tcp_sock(sk); in _sockops()
H A Dverifier_ref_tracking.c1156 __imm(bpf_tcp_sock), in __flag()
1157 __imm_const(bpf_tcp_sock_snd_cwnd, offsetof(struct bpf_tcp_sock, snd_cwnd)), in __flag()
1223 __imm(bpf_tcp_sock), in __flag()
1253 __imm(bpf_tcp_sock), in __flag()
1349 __imm(bpf_tcp_sock), in and_bpf_tcp_sock_sk()
1350 __imm_const(bpf_tcp_sock_snd_cwnd, offsetof(struct bpf_tcp_sock, snd_cwnd)), in and_bpf_tcp_sock_sk()
/linux/samples/bpf/
H A Dtcp_dumpstats_kern.c28 struct bpf_tcp_sock *tcp_sk; in _sockops()
56 tcp_sk = bpf_tcp_sock(sk); in _sockops()
H A Dhbm_kern.h85 struct bpf_tcp_sock *tp; in get_tcp_info()
92 tp = bpf_tcp_sock(sk); in get_tcp_info()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c83 static void print_tp(const struct bpf_tcp_sock *tp, const char *prefix) in print_tp()
103 struct bpf_tcp_sock srv_tp, cli_tp, listen_tp; in check_result()
/linux/net/core/
H A Dfilter.c7306 if (off < 0 || off >= offsetofend(struct bpf_tcp_sock, in bpf_tcp_sock_is_valid_access()
7314 case offsetof(struct bpf_tcp_sock, bytes_received): in bpf_tcp_sock_is_valid_access()
7315 case offsetof(struct bpf_tcp_sock, bytes_acked): in bpf_tcp_sock_is_valid_access()
7332 sizeof_field(struct bpf_tcp_sock, FIELD)); \ in bpf_tcp_sock_convert_ctx_access()
7342 sizeof_field(struct bpf_tcp_sock, FIELD)); \ in bpf_tcp_sock_convert_ctx_access()
7352 BTF_TYPE_EMIT(struct bpf_tcp_sock); in bpf_tcp_sock_convert_ctx_access()
7355 case offsetof(struct bpf_tcp_sock, rtt_min): in bpf_tcp_sock_convert_ctx_access()
7365 case offsetof(struct bpf_tcp_sock, snd_cwnd): in bpf_tcp_sock_convert_ctx_access()
7368 case offsetof(struct bpf_tcp_sock, srtt_us): in bpf_tcp_sock_convert_ctx_access()
7371 case offsetof(struct bpf_tcp_sock, snd_ssthresh): in bpf_tcp_sock_convert_ctx_access()
[all …]
/linux/include/uapi/linux/
H A Dbpf.h3958 * struct bpf_tcp_sock *bpf_tcp_sock(struct bpf_sock *sk)
3960 * This helper gets a **struct bpf_tcp_sock** pointer from a
3963 * A **struct bpf_tcp_sock** pointer on success, or **NULL** in
3992 * **bpf_sk_fullsock**\ () or **bpf_tcp_sock**\ () to access the
6432 struct bpf_tcp_sock { argument
6427 struct bpf_tcp_sock { global() struct
6428 snd_cwndbpf_tcp_sock global() argument
6429 srtt_usbpf_tcp_sock global() argument
6430 rtt_minbpf_tcp_sock global() argument
6431 snd_ssthreshbpf_tcp_sock global() argument
6433 snd_nxtbpf_tcp_sock global() argument
6434 snd_unabpf_tcp_sock global() argument
6435 mss_cachebpf_tcp_sock global() argument
6436 ecn_flagsbpf_tcp_sock global() argument
6437 rate_deliveredbpf_tcp_sock global() argument
6438 rate_interval_usbpf_tcp_sock global() argument
6439 packets_outbpf_tcp_sock global() argument
6440 retrans_outbpf_tcp_sock global() argument
6441 total_retransbpf_tcp_sock global() argument
6442 segs_inbpf_tcp_sock global() argument
6445 data_segs_inbpf_tcp_sock global() argument
6448 segs_outbpf_tcp_sock global() argument
6451 data_segs_outbpf_tcp_sock global() argument
6454 lost_outbpf_tcp_sock global() argument
6455 sacked_outbpf_tcp_sock global() argument
6456 bytes_receivedbpf_tcp_sock global() argument
6460 bytes_ackedbpf_tcp_sock global() argument
6464 dsack_dupsbpf_tcp_sock global() argument
6467 deliveredbpf_tcp_sock global() argument
6468 delivered_cebpf_tcp_sock global() argument
6469 icsk_retransmitsbpf_tcp_sock global() argument
/linux/tools/include/uapi/linux/
H A Dbpf.h3958 * struct bpf_tcp_sock *bpf_tcp_sock(struct bpf_sock *sk)
3960 * This helper gets a **struct bpf_tcp_sock** pointer from a
3963 * A **struct bpf_tcp_sock** pointer on success, or **NULL** in
3992 * **bpf_sk_fullsock**\ () or **bpf_tcp_sock**\ () to access the
6432 struct bpf_tcp_sock { argument
6427 struct bpf_tcp_sock { global() struct
6428 snd_cwndbpf_tcp_sock global() argument
6429 srtt_usbpf_tcp_sock global() argument
6430 rtt_minbpf_tcp_sock global() argument
6431 snd_ssthreshbpf_tcp_sock global() argument
6433 snd_nxtbpf_tcp_sock global() argument
6434 snd_unabpf_tcp_sock global() argument
6435 mss_cachebpf_tcp_sock global() argument
6436 ecn_flagsbpf_tcp_sock global() argument
6437 rate_deliveredbpf_tcp_sock global() argument
6438 rate_interval_usbpf_tcp_sock global() argument
6439 packets_outbpf_tcp_sock global() argument
6440 retrans_outbpf_tcp_sock global() argument
6441 total_retransbpf_tcp_sock global() argument
6442 segs_inbpf_tcp_sock global() argument
6445 data_segs_inbpf_tcp_sock global() argument
6448 segs_outbpf_tcp_sock global() argument
6451 data_segs_outbpf_tcp_sock global() argument
6454 lost_outbpf_tcp_sock global() argument
6455 sacked_outbpf_tcp_sock global() argument
6456 bytes_receivedbpf_tcp_sock global() argument
6460 bytes_ackedbpf_tcp_sock global() argument
6464 dsack_dupsbpf_tcp_sock global() argument
6467 deliveredbpf_tcp_sock global() argument
6468 delivered_cebpf_tcp_sock global() argument
6469 icsk_retransmitsbpf_tcp_sock global() argument