Home
last modified time | relevance | path

Searched refs:migrating_sk (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c103 if (!reuse_md->migrating_sk) in migrate_reuseport()
106 state = reuse_md->migrating_sk->state; in migrate_reuseport()
/linux/include/net/
H A Dsock_reuseport.h42 struct sock *migrating_sk,
/linux/net/core/
H A Dsock_reuseport.c621 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()
/linux/tools/include/uapi/linux/
H A Dbpf.h6671 /* When reuse->migrating_sk is NULL, it is selecting a sk for the
6677 * When reuse->migrating_sk is not NULL, reuse->sk is closed and
6678 * reuse->migrating_sk is the socket that needs to be migrated
6679 * to another listening socket. migrating_sk could be a fullsock
6684 __bpf_md_ptr(struct bpf_sock *, migrating_sk);