Searched refs:migrating_sk (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_migrate_reuseport.c | 103 if (!reuse_md->migrating_sk) in migrate_reuseport() 106 state = reuse_md->migrating_sk->state; in migrate_reuseport()
|
| /linux/include/net/ |
| H A D | sock_reuseport.h | 42 struct sock *migrating_sk,
|
| /linux/net/core/ |
| H A D | sock_reuseport.c | 621 struct sock *migrating_sk, in reuseport_migrate_sock() argument 644 hash = migrating_sk->sk_hash; in reuseport_migrate_sock() 659 nsk = bpf_run_sk_reuseport(reuse, sk, prog, skb, migrating_sk, hash); in reuseport_migrate_sock()
|
| H A D | filter.c | 11413 struct sock *migrating_sk, in bpf_init_reuseport_kern() argument 11419 reuse_kern->migrating_sk = migrating_sk; in bpf_init_reuseport_kern() 11428 struct sock *migrating_sk, in bpf_run_sk_reuseport() argument 11434 bpf_init_reuseport_kern(&reuse_kern, reuse, sk, skb, migrating_sk, hash); in bpf_run_sk_reuseport() 11587 case offsetof(struct sk_reuseport_md, migrating_sk): in sk_reuseport_is_valid_access() 11668 case offsetof(struct sk_reuseport_md, migrating_sk): in sk_reuseport_convert_ctx_access() 11669 SK_REUSEPORT_LOAD_FIELD(migrating_sk); in sk_reuseport_convert_ctx_access()
|
| /linux/include/linux/ |
| H A D | filter.h | 1247 struct sock *migrating_sk, 1253 struct sock *migrating_sk, in bpf_run_sk_reuseport() argument
|
| H A D | bpf.h | 3659 struct sock *migrating_sk; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6613 /* When reuse->migrating_sk is NULL, it is selecting a sk for the 6619 * When reuse->migrating_sk is not NULL, reuse->sk is closed and 6620 * reuse->migrating_sk is the socket that needs to be migrated 6621 * to another listening socket. migrating_sk could be a fullsock 6626 __bpf_md_ptr(struct bpf_sock *, migrating_sk);
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6613 /* When reuse->migrating_sk is NULL, it is selecting a sk for the 6619 * When reuse->migrating_sk is not NULL, reuse->sk is closed and 6620 * reuse->migrating_sk is the socket that needs to be migrated 6621 * to another listening socket. migrating_sk could be a fullsock 6626 __bpf_md_ptr(struct bpf_sock *, migrating_sk);
|