Searched refs:bpf_tcp_sock (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_sock.c | 476 : __imm(bpf_tcp_sock), in sk_no_skb_sk_check_2() 497 : __imm(bpf_tcp_sock), in no_null_check_on_ret_2() 499 __imm_const(bpf_tcp_sock_snd_cwnd, offsetof(struct bpf_tcp_sock, snd_cwnd)) in no_null_check_on_ret_2() 520 : __imm(bpf_tcp_sock), in skb_sk_tp_snd_cwnd_1() 522 __imm_const(bpf_tcp_sock_snd_cwnd, offsetof(struct bpf_tcp_sock, snd_cwnd)) in skb_sk_tp_snd_cwnd_1() 543 : __imm(bpf_tcp_sock), in skb_sk_tp_bytes_acked() 545 __imm_const(bpf_tcp_sock_bytes_acked, offsetof(struct bpf_tcp_sock, bytes_acked)) in skb_sk_tp_bytes_acked() 567 : __imm(bpf_tcp_sock), in skb_sk_beyond_last_field_2() 569 __imm_const(bpf_tcp_sock_bytes_acked__end, offsetofend(struct bpf_tcp_sock, bytes_acked)) in skb_sk_beyond_last_field_2() 595 __imm(bpf_tcp_sock), in skb_sk_tp_snd_cwnd_2() [all …]
|
H A D | test_sock_fields.c | 45 struct bpf_tcp_sock listen_tp = {}; 47 struct bpf_tcp_sock cli_tp = {}; 48 struct bpf_tcp_sock srv_tp = {}; 85 static void tpcpy(struct bpf_tcp_sock *dst, in tpcpy() 86 const struct bpf_tcp_sock *src) in tpcpy() 126 struct bpf_tcp_sock *tp, *tp_ret; in egress_read_sock_fields() 166 tp = bpf_tcp_sock(sk); in egress_read_sock_fields() 220 struct bpf_tcp_sock *tp; in ingress_read_sock_fields() 244 tp = bpf_tcp_sock(sk); in ingress_read_sock_fields()
|
H A D | tcp_rtt.c | 26 struct bpf_tcp_sock *tcp_sk; in _sockops() 47 tcp_sk = bpf_tcp_sock(sk); in _sockops()
|
H A D | verifier_ref_tracking.c | 1156 __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()
|
/openbmc/linux/samples/bpf/ |
H A D | tcp_dumpstats_kern.c | 28 struct bpf_tcp_sock *tcp_sk; in _sockops() 56 tcp_sk = bpf_tcp_sock(sk); in _sockops()
|
H A D | hbm_kern.h | 85 struct bpf_tcp_sock *tp; in get_tcp_info() 92 tp = bpf_tcp_sock(sk); in get_tcp_info()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 83 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()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7073 if (off < 0 || off >= offsetofend(struct bpf_tcp_sock, in bpf_tcp_sock_is_valid_access() 7081 case offsetof(struct bpf_tcp_sock, bytes_received): in bpf_tcp_sock_is_valid_access() 7082 case offsetof(struct bpf_tcp_sock, bytes_acked): in bpf_tcp_sock_is_valid_access() 7099 sizeof_field(struct bpf_tcp_sock, FIELD)); \ in bpf_tcp_sock_convert_ctx_access() 7109 sizeof_field(struct bpf_tcp_sock, FIELD)); \ in bpf_tcp_sock_convert_ctx_access() 7119 BTF_TYPE_EMIT(struct bpf_tcp_sock); in bpf_tcp_sock_convert_ctx_access() 7122 case offsetof(struct bpf_tcp_sock, rtt_min): in bpf_tcp_sock_convert_ctx_access() 7132 case offsetof(struct bpf_tcp_sock, snd_cwnd): in bpf_tcp_sock_convert_ctx_access() 7135 case offsetof(struct bpf_tcp_sock, srtt_us): in bpf_tcp_sock_convert_ctx_access() 7138 case offsetof(struct bpf_tcp_sock, snd_ssthresh): in bpf_tcp_sock_convert_ctx_access() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6219 struct bpf_tcp_sock { struct
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6222 struct bpf_tcp_sock { struct
|