Searched refs:sk_reuseport_md (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_migrate_reuseport.c | 98 int migrate_reuseport(struct sk_reuseport_md *reuse_md) in migrate_reuseport()
|
D | test_sockmap_listen.c | 100 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-6.1.9/include/linux/ |
D | bpf_types.h | 66 struct sk_reuseport_md, struct sk_reuseport_kern)
|
/linux-6.1.9/net/core/ |
D | filter.c | 11019 if (off < 0 || off >= sizeof(struct sk_reuseport_md) || in sk_reuseport_is_valid_access() 11024 case offsetof(struct sk_reuseport_md, data): in sk_reuseport_is_valid_access() 11028 case offsetof(struct sk_reuseport_md, data_end): in sk_reuseport_is_valid_access() 11032 case offsetof(struct sk_reuseport_md, hash): in sk_reuseport_is_valid_access() 11035 case offsetof(struct sk_reuseport_md, sk): in sk_reuseport_is_valid_access() 11039 case offsetof(struct sk_reuseport_md, migrating_sk): in sk_reuseport_is_valid_access() 11044 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol): in sk_reuseport_is_valid_access() 11048 case bpf_ctx_range(struct sk_reuseport_md, ip_protocol): in sk_reuseport_is_valid_access() 11049 case bpf_ctx_range(struct sk_reuseport_md, bind_inany): in sk_reuseport_is_valid_access() 11050 case bpf_ctx_range(struct sk_reuseport_md, len): in sk_reuseport_is_valid_access() [all …]
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | bpf.h | 6124 struct sk_reuseport_md { struct
|
/linux-6.1.9/include/uapi/linux/ |
D | bpf.h | 6124 struct sk_reuseport_md { struct
|