Searched defs:listen_fd (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_tcp_skb.c | 63 static int talk_to_cgroup(int *client_fd, int *listen_fd, int *service_fd, in talk_to_cgroup() 109 static int talk_to_outside(int *client_fd, int *listen_fd, int *service_fd, in talk_to_outside() 155 static int close_connection(int *closing_fd, int *peer_fd, int *listen_fd, in close_connection() 239 int client_fd = -1, listen_fd = -1; in test_cgroup_tcp_skb() local
|
H A D | btf_skc_cls_ingress.c | 76 int listen_fd = -1, cli_fd = -1, srv_fd = -1, err; in test_conn() local 130 int listen_fd = -1, cli_fd = -1, srv_fd = -1, err; in test_syncookie() local
|
H A D | bpf_iter_setsockopt.c | 51 static int *make_established(int listen_fd, unsigned int nr_est, in make_established() 109 int err, iter_fd = -1, listen_fd = -1; in do_bpf_iter_setsockopt() local
|
H A D | tcpbpf_user.c | 49 int listen_fd = -1, cli_fd = -1, accept_fd = -1; in run_test() local
|
H A D | sk_storage_tracing.c | 50 int listen_fd = -1, passive_fd = -1, active_fd = -1, value = 1, err; in do_test() local
|
H A D | lsm_cgroup.c | 70 int listen_fd, client_fd, accepted_fd; in test_lsm_cgroup_functional() local
|
H A D | sock_fields.c | 276 int listen_fd = -1, cli_fd = -1, accept_fd = -1, err, i; in test() local
|
H A D | tc_redirect.c | 344 int listen_fd = -1, accept_fd = -1, client_fd = -1; in test_tcp() local 560 int opt = 1, accept_fd = -1, client_fd = -1, listen_fd, err; in test_inet_dtime() local
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 56 static void ga_channel_listen_add(GAChannel *c, int listen_fd, bool create) in ga_channel_listen_add() 287 int listen_fd, GAChannelCallback cb, gpointer opaque) in ga_channel_new()
|
H A D | channel-win32.c | 322 int listen_fd, GAChannelCallback cb, gpointer opaque) in ga_channel_new()
|
H A D | main.c | 727 int listen_fd) in channel_init()
|
/openbmc/qemu/net/ |
H A D | socket.c | 38 int listen_fd; member
|