| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 4613 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument 5012 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5029 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5097 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5136 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 6698 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 6776 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 6854 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument 9098 offsetof(struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access() 9104 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access() [all …]
|
| H A D | sock_map.c | 535 static bool sock_map_op_okay(const struct bpf_sock_ops_kern *ops) in sock_map_op_okay() 643 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 1257 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf-cgroup.h | 19 struct bpf_sock_ops_kern; 142 struct bpf_sock_ops_kern *sock_ops,
|
| H A D | bpf_types.h | 30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
|
| H A D | filter.h | 1262 struct bpf_sock_ops_kern { struct
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 2250 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2258 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2273 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf() 2276 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_output.c | 475 struct bpf_sock_ops_kern sock_ops; in bpf_skops_hdr_opt_len() 486 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_hdr_opt_len() 538 struct bpf_sock_ops_kern sock_ops; in bpf_skops_write_hdr_opt() 544 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_write_hdr_opt()
|
| H A D | tcp_input.c | 150 struct bpf_sock_ops_kern sock_ops; in bpf_skops_parse_hdr() 168 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr() 180 struct bpf_sock_ops_kern sock_ops; in bpf_skops_established() 184 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 1165 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()
|