Searched refs:bpf_sock_ops_kern (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | net_timestamping.c | 50 extern int bpf_sock_ops_enable_tx_tstamp(struct bpf_sock_ops_kern *skops, u64 flags) __ksym; 119 struct bpf_sock_ops_kern *skops_kern; in bpf_test_delay()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 10433 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access() 10444 struct bpf_sock_ops_kern, sk),\ in sock_ops_convert_ctx_access() 10474 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access() 10588 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 10617 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 10638 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 10654 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 10668 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 10677 struct bpf_sock_ops_kern, in sock_ops_convert_ctx_access() 10688 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() [all …]
|
| H A D | sock_map.c | 521 static bool sock_map_op_okay(const struct bpf_sock_ops_kern *ops) in sock_map_op_okay() 622 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 1229 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
|
| H A D | sock.c | 955 struct bpf_sock_ops_kern sock_ops; in bpf_skops_tx_timestamping() 957 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_tx_timestamping()
|
| /linux-6.15/include/linux/ |
| H A D | bpf_types.h | 30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
|
| H A D | bpf-cgroup.h | 20 struct bpf_sock_ops_kern; 135 struct bpf_sock_ops_kern *sock_ops,
|
| H A D | filter.h | 1519 struct bpf_sock_ops_kern { struct
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 2700 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2708 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2723 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf() 2726 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_output.c | 493 struct bpf_sock_ops_kern sock_ops; in bpf_skops_hdr_opt_len() 504 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_hdr_opt_len() 557 struct bpf_sock_ops_kern sock_ops; in bpf_skops_write_hdr_opt() 563 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_write_hdr_opt()
|
| H A D | tcp_input.c | 152 struct bpf_sock_ops_kern sock_ops; in bpf_skops_parse_hdr() 170 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr() 183 struct bpf_sock_ops_kern sock_ops; in bpf_skops_established() 187 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()
|
| /linux-6.15/kernel/bpf/ |
| H A D | cgroup.c | 1556 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()
|