Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dnet_timestamping.c50 extern int bpf_sock_ops_enable_tx_tstamp(struct bpf_sock_ops_kern *skops, u64 flags) __ksym;
119 struct bpf_sock_ops_kern *skops_kern; in bpf_test_delay()
/linux-6.15/net/core/
H A Dfilter.c10433 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
10444 struct bpf_sock_ops_kern, sk),\ in sock_ops_convert_ctx_access()
10474 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
10588 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access()
10617 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access()
10638 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access()
10654 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access()
10668 struct bpf_sock_ops_kern, sk), in sock_ops_convert_ctx_access()
10677 struct bpf_sock_ops_kern, in sock_ops_convert_ctx_access()
10688 struct bpf_sock_ops_kern, sk), 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
H A Dsock.c955 struct bpf_sock_ops_kern sock_ops; in bpf_skops_tx_timestamping()
957 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_tx_timestamping()
/linux-6.15/include/linux/
H A Dbpf_types.h30 struct bpf_sock_ops, struct bpf_sock_ops_kern)
H A Dbpf-cgroup.h20 struct bpf_sock_ops_kern;
135 struct bpf_sock_ops_kern *sock_ops,
H A Dfilter.h1519 struct bpf_sock_ops_kern { struct
/linux-6.15/include/net/
H A Dtcp.h2700 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2708 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2723 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf()
2726 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
/linux-6.15/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()
557 struct bpf_sock_ops_kern sock_ops; in bpf_skops_write_hdr_opt()
563 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_write_hdr_opt()
H A Dtcp_input.c152 struct bpf_sock_ops_kern sock_ops; in bpf_skops_parse_hdr()
170 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr()
183 struct bpf_sock_ops_kern sock_ops; in bpf_skops_established()
187 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()
/linux-6.15/kernel/bpf/
H A Dcgroup.c1556 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()