Searched refs:bpf_sock_ops_kern (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.10/net/core/ | 
| D | filter.c | 4634 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx)  in BPF_CALL_1()  argument5031 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock,  in BPF_CALL_5()  argument
 5048 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock,  in bpf_sock_ops_get_syn()
 5116 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock,  in BPF_CALL_5()  argument
 5155 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock,  in BPF_CALL_2()  argument
 6680 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock,  in BPF_CALL_4()  argument
 6758 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock,  in BPF_CALL_4()  argument
 6836 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock,  in BPF_CALL_3()  argument
 9072 					  offsetof(struct bpf_sock_ops_kern,  \  in sock_ops_convert_ctx_access()
 9078 						struct bpf_sock_ops_kern,     \  in sock_ops_convert_ctx_access()
 [all …]
 
 | 
| 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
 1248 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops,  in BPF_CALL_4()  argument
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | bpf_types.h | 30 	      struct bpf_sock_ops, struct bpf_sock_ops_kern)
 | 
| D | bpf-cgroup.h | 19 struct bpf_sock_ops_kern;131 				     struct bpf_sock_ops_kern *sock_ops,
 
 | 
| D | filter.h | 1246 struct bpf_sock_ops_kern {  struct
 | 
| /Linux-v5.10/include/net/ | 
| D | tcp.h | 2231 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops,  in bpf_skops_init_skb()2239 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops,  in bpf_skops_init_skb()
 2254 	struct bpf_sock_ops_kern sock_ops;  in tcp_call_bpf()
 2257 	memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp));  in tcp_call_bpf()
 
 | 
| /Linux-v5.10/net/ipv4/ | 
| D | tcp_output.c | 477 	struct bpf_sock_ops_kern sock_ops;  in bpf_skops_hdr_opt_len()488 	memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp));  in bpf_skops_hdr_opt_len()
 540 	struct bpf_sock_ops_kern sock_ops;  in bpf_skops_write_hdr_opt()
 546 	memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp));  in bpf_skops_write_hdr_opt()
 
 | 
| D | tcp_input.c | 149 	struct bpf_sock_ops_kern sock_ops;  in bpf_skops_parse_hdr()167 	memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp));  in bpf_skops_parse_hdr()
 179 	struct bpf_sock_ops_kern sock_ops;  in bpf_skops_established()
 183 	memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp));  in bpf_skops_established()
 
 | 
| /Linux-v5.10/kernel/bpf/ | 
| D | cgroup.c | 1113 				     struct bpf_sock_ops_kern *sock_ops,  in __cgroup_bpf_run_filter_sock_ops()
 |