Searched refs:sk_reuseport_md (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_assign_reuse.c34 int reuse_accept(struct sk_reuseport_md *ctx)
59 int reuse_drop(struct sk_reuseport_md *ctx)
H A Dtest_migrate_reuseport.c98 int migrate_reuseport(struct sk_reuseport_md *reuse_md)
H A Dtest_sockmap_listen.c121 int prog_reuseport(struct sk_reuseport_md *reuse)
H A Dtest_select_reuseport_kern.c64 int _select_by_skb_data(struct sk_reuseport_md *reuse_md)
H A Dtest_sk_lookup.c96 int reuseport_pass(struct sk_reuseport_md *ctx)
102 int reuseport_drop(struct sk_reuseport_md *ctx)
206 int select_sock_b(struct sk_reuseport_md *ctx)
/linux-master/include/linux/
H A Dbpf_types.h66 struct sk_reuseport_md, struct sk_reuseport_kern)
/linux-master/net/core/
H A Dfilter.c11283 if (off < 0 || off >= sizeof(struct sk_reuseport_md) ||
11288 case offsetof(struct sk_reuseport_md, data):
11292 case offsetof(struct sk_reuseport_md, data_end):
11296 case offsetof(struct sk_reuseport_md, hash):
11299 case offsetof(struct sk_reuseport_md, sk):
11303 case offsetof(struct sk_reuseport_md, migrating_sk):
11308 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol):
11312 case bpf_ctx_range(struct sk_reuseport_md, ip_protocol):
11313 case bpf_ctx_range(struct sk_reuseport_md, bind_inany):
11314 case bpf_ctx_range(struct sk_reuseport_md, le
[all...]
/linux-master/include/uapi/linux/
H A Dbpf.h3638 * long bpf_sk_select_reuseport(struct sk_reuseport_md *reuse, struct bpf_map *map, void *key, u64 flags)
6495 struct sk_reuseport_md { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3638 * long bpf_sk_select_reuseport(struct sk_reuseport_md *reuse, struct bpf_map *map, void *key, u64 flags)
6495 struct sk_reuseport_md { struct

Completed in 388 milliseconds