Home
last modified time | relevance | path

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

/linux/net/core/
A Dfilter.c9356 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 Dsock_map.c512 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 Dbpf-cgroup.h19 struct bpf_sock_ops_kern;
174 struct bpf_sock_ops_kern *sock_ops,
A Dbpf_types.h30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
A Dfilter.h1305 struct bpf_sock_ops_kern { struct
/linux/include/net/
A Dtcp.h2256 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 Dtcp_output.c477 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 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/kernel/bpf/
A Dcgroup.c1183 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()

Completed in 59 milliseconds