Searched refs:sk_reuseport_md (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
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()
|
D | test_migrate_reuseport.c | 98 int migrate_reuseport(struct sk_reuseport_md *reuse_md) in migrate_reuseport()
|
D | test_sockmap_listen.c | 114 int prog_reuseport(struct sk_reuseport_md *reuse) in prog_reuseport()
|
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()
|
D | test_select_reuseport_kern.c | 64 int _select_by_skb_data(struct sk_reuseport_md *reuse_md) in _select_by_skb_data()
|
/Linux-v6.6/include/linux/ |
D | bpf_types.h | 66 struct sk_reuseport_md, struct sk_reuseport_kern)
|
/Linux-v6.6/net/core/ |
D | filter.c | 11185 if (off < 0 || off >= sizeof(struct sk_reuseport_md) || in sk_reuseport_is_valid_access() 11190 case offsetof(struct sk_reuseport_md, data): in sk_reuseport_is_valid_access() 11194 case offsetof(struct sk_reuseport_md, data_end): in sk_reuseport_is_valid_access() 11198 case offsetof(struct sk_reuseport_md, hash): in sk_reuseport_is_valid_access() 11201 case offsetof(struct sk_reuseport_md, sk): in sk_reuseport_is_valid_access() 11205 case offsetof(struct sk_reuseport_md, migrating_sk): in sk_reuseport_is_valid_access() 11210 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol): in sk_reuseport_is_valid_access() 11214 case bpf_ctx_range(struct sk_reuseport_md, ip_protocol): in sk_reuseport_is_valid_access() 11215 case bpf_ctx_range(struct sk_reuseport_md, bind_inany): in sk_reuseport_is_valid_access() 11216 case bpf_ctx_range(struct sk_reuseport_md, len): in sk_reuseport_is_valid_access() [all …]
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 6355 struct sk_reuseport_md { struct
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 6355 struct sk_reuseport_md { struct
|