Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c5129 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
5183 BPF_CALL_1(bpf_get_netns_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
5650 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5667 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn()
5735 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5774 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
7581 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
7659 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
7737 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
10354 offsetof(struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
[all …]
H A Dsock_map.c521 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
/linux/include/linux/
H A Dbpf_types.h30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
H A Dfilter.h1499 struct bpf_sock_ops_kern { struct
/linux/include/net/
H A Dtcp.h2645 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2653 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2668 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf()
2671 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
/linux/net/ipv4/
H A Dtcp_output.c493 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()
556 struct bpf_sock_ops_kern sock_ops; in bpf_skops_write_hdr_opt()
562 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_write_hdr_opt()
H A Dtcp_input.c151 struct bpf_sock_ops_kern sock_ops; in bpf_skops_parse_hdr()
169 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr()
181 struct bpf_sock_ops_kern sock_ops; in bpf_skops_established()
185 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()