Searched refs:bpf_sock_ops_kern (Results 1 – 9 of 9) sorted by relevance
/linux/net/core/ |
A D | filter.c | 9356 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access() 9367 struct bpf_sock_ops_kern, sk),\ in sock_ops_convert_ctx_access() 9397 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access() 9513 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 9542 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 9563 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 9579 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 9593 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() 9602 struct bpf_sock_ops_kern, in sock_ops_convert_ctx_access() 9613 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access() [all …]
|
A D | sock_map.c | 512 static bool sock_map_op_okay(const struct bpf_sock_ops_kern *ops) in sock_map_op_okay() 608 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 1193 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
|
/linux/include/linux/ |
A D | bpf-cgroup.h | 19 struct bpf_sock_ops_kern; 174 struct bpf_sock_ops_kern *sock_ops,
|
A D | bpf_types.h | 30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
|
A D | filter.h | 1305 struct bpf_sock_ops_kern { struct
|
/linux/include/net/ |
A D | tcp.h | 2256 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2264 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2279 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf() 2282 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
|
/linux/net/ipv4/ |
A 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()
|
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()
|
/linux/kernel/bpf/ |
A D | cgroup.c | 1183 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()
|
Completed in 59 milliseconds