Searched refs:sk_reuseport_md (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_assign_reuse.c | 34 int reuse_accept(struct sk_reuseport_md *ctx) in reuse_accept() 59 int reuse_drop(struct sk_reuseport_md *ctx) in reuse_drop()
|
H A D | test_migrate_reuseport.c | 98 int migrate_reuseport(struct sk_reuseport_md *reuse_md) in migrate_reuseport()
|
H A D | test_sockmap_listen.c | 114 int prog_reuseport(struct sk_reuseport_md *reuse) in prog_reuseport()
|
H A D | test_sk_lookup.c | 96 int reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass() 102 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop() 206 int select_sock_b(struct sk_reuseport_md *ctx) in select_sock_b()
|
H A D | test_select_reuseport_kern.c | 64 int _select_by_skb_data(struct sk_reuseport_md *reuse_md) in _select_by_skb_data()
|
/openbmc/linux/include/linux/ |
H A D | bpf_types.h | 66 struct sk_reuseport_md, struct sk_reuseport_kern)
|
/openbmc/linux/net/core/ |
H A D | filter.c | 11287 case offsetof(struct sk_reuseport_md, data): in sk_reuseport_is_valid_access() 11291 case offsetof(struct sk_reuseport_md, data_end): in sk_reuseport_is_valid_access() 11295 case offsetof(struct sk_reuseport_md, hash): in sk_reuseport_is_valid_access() 11298 case offsetof(struct sk_reuseport_md, sk): in sk_reuseport_is_valid_access() 11313 case bpf_ctx_range(struct sk_reuseport_md, len): in sk_reuseport_is_valid_access() 11351 case offsetof(struct sk_reuseport_md, data): in sk_reuseport_convert_ctx_access() 11355 case offsetof(struct sk_reuseport_md, len): in sk_reuseport_convert_ctx_access() 11367 case offsetof(struct sk_reuseport_md, data_end): in sk_reuseport_convert_ctx_access() 11371 case offsetof(struct sk_reuseport_md, hash): in sk_reuseport_convert_ctx_access() 11375 case offsetof(struct sk_reuseport_md, bind_inany): in sk_reuseport_convert_ctx_access() [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6380 struct sk_reuseport_md { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6377 struct sk_reuseport_md { struct
|