Searched refs:bpf_sock_ops (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/net/core/ |
| D | filter.c | 5632 if (off < 0 || off >= sizeof(struct bpf_sock_ops)) in sock_ops_is_valid_access() 5641 case offsetof(struct bpf_sock_ops, reply): in sock_ops_is_valid_access() 5642 case offsetof(struct bpf_sock_ops, sk_txhash): in sock_ops_is_valid_access() 5651 case bpf_ctx_range_till(struct bpf_sock_ops, bytes_received, in sock_ops_is_valid_access() 6385 case offsetof(struct bpf_sock_ops, op) ... in sock_ops_convert_ctx_access() 6386 offsetof(struct bpf_sock_ops, replylong[3]): in sock_ops_convert_ctx_access() 6387 BUILD_BUG_ON(FIELD_SIZEOF(struct bpf_sock_ops, op) != in sock_ops_convert_ctx_access() 6389 BUILD_BUG_ON(FIELD_SIZEOF(struct bpf_sock_ops, reply) != in sock_ops_convert_ctx_access() 6391 BUILD_BUG_ON(FIELD_SIZEOF(struct bpf_sock_ops, replylong) != in sock_ops_convert_ctx_access() 6394 off -= offsetof(struct bpf_sock_ops, op); in sock_ops_convert_ctx_access() [all …]
|
| /Linux-v4.19/samples/bpf/ |
| D | tcp_rwnd_kern.c | 32 int bpf_rwnd(struct bpf_sock_ops *skops) in bpf_rwnd()
|
| D | tcp_synrto_kern.c | 32 int bpf_synrto(struct bpf_sock_ops *skops) in bpf_synrto()
|
| D | tcp_basertt_kern.c | 32 int bpf_basertt(struct bpf_sock_ops *skops) in bpf_basertt()
|
| D | tcp_cong_kern.c | 32 int bpf_cong(struct bpf_sock_ops *skops) in bpf_cong()
|
| D | tcp_bufs_kern.c | 33 int bpf_bufs(struct bpf_sock_ops *skops) in bpf_bufs()
|
| D | tcp_iw_kern.c | 33 int bpf_iw(struct bpf_sock_ops *skops) in bpf_iw()
|
| D | tcp_clamp_kern.c | 33 int bpf_clamp(struct bpf_sock_ops *skops) in bpf_clamp()
|
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | socket_cookie_prog.c | 34 int update_cookie(struct bpf_sock_ops *ctx) in update_cookie()
|
| D | test_tcpbpf_kern.c | 46 int bpf_testcb(struct bpf_sock_ops *skops) in bpf_testcb()
|
| D | test_sockmap_kern.h | 131 int bpf_sockmap(struct bpf_sock_ops *skops) in bpf_sockmap()
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | bpf.h | 2550 struct bpf_sock_ops { struct
|
| /Linux-v4.19/include/uapi/linux/ |
| D | bpf.h | 2550 struct bpf_sock_ops { struct
|