Home
last modified time | relevance | path

Searched refs:bpf_sock_ops_kern (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/core/
Dfilter.c4999 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
5042 BPF_CALL_1(bpf_get_netns_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
5493 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5510 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn()
5578 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5617 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
7414 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
7492 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
7570 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
10172 offsetof(struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
[all …]
Dsock_map.c515 static bool sock_map_op_okay(const struct bpf_sock_ops_kern *ops) in sock_map_op_okay()
611 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1213 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
/Linux-v6.6/include/linux/
Dbpf_types.h30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
Dbpf-cgroup.h20 struct bpf_sock_ops_kern;
128 struct bpf_sock_ops_kern *sock_ops,
Dfilter.h1290 struct bpf_sock_ops_kern { struct
/Linux-v6.6/include/net/
Dtcp.h2388 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2396 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2411 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf()
2414 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
/Linux-v6.6/net/ipv4/
Dtcp_output.c485 struct bpf_sock_ops_kern sock_ops; in bpf_skops_hdr_opt_len()
496 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_hdr_opt_len()
548 struct bpf_sock_ops_kern sock_ops; in bpf_skops_write_hdr_opt()
554 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_write_hdr_opt()
Dtcp_input.c150 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-v6.6/kernel/bpf/
Dcgroup.c1511 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()