Home
last modified time | relevance | path

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

/linux/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/net/core/
H A Dfilter.c5361 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
5415 BPF_CALL_1(bpf_get_netns_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
5795 static bool is_locked_tcp_sock_ops(struct bpf_sock_ops_kern *bpf_sock) in is_locked_tcp_sock_ops()
6042 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
6068 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn()
6136 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
6178 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
8056 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
8137 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
8215 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
[all …]
H A Dsock_map.c521 static bool sock_map_op_okay(const struct bpf_sock_ops_kern *ops) in sock_map_op_okay()
624 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1231 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
H A Dsock.c946 struct bpf_sock_ops_kern sock_ops; in bpf_skops_tx_timestamping()
948 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_tx_timestamping()
/linux/include/net/
H A Dtcp.h2873 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2881 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
2896 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf()
2899 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
/linux/net/ipv4/
H A Dtcp_output.c476 struct bpf_sock_ops_kern sock_ops; in bpf_skops_hdr_opt_len()
487 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()
H A Dtcp_input.c154 struct bpf_sock_ops_kern sock_ops; in bpf_skops_parse_hdr()
172 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_parse_hdr()
185 struct bpf_sock_ops_kern sock_ops; in bpf_skops_established()
189 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in bpf_skops_established()
/linux/include/linux/
H A Dfilter.h1653 struct bpf_sock_ops_kern { struct
/linux/kernel/bpf/
H A Dcgroup.c1785 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()