/linux/net/ax25/ |
H A D | ax25_iface.c | 103 struct listen_struct *listen; in ax25_listen_register() local 108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register() 111 listen->callsign = *callsign; in ax25_listen_register() 112 listen->dev = dev; in ax25_listen_register() 115 listen->next = listen_list; in ax25_listen_register() 116 listen_list = listen; in ax25_listen_register() 126 struct listen_struct *s, *listen; in ax25_listen_release() local 129 listen = listen_list; in ax25_listen_release() 130 if (listen == NULL) { in ax25_listen_release() 135 if (ax25cmp(&listen->callsign, callsign) == 0 && listen->dev == dev) { in ax25_listen_release() [all …]
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 377 int listen; in ath5k_hw_ani_get_listen_time() local 385 listen = ath_hw_get_listen_time(common); in ath5k_hw_ani_get_listen_time() 389 return listen; in ath5k_hw_ani_get_listen_time() 478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; in ath5k_ani_calibration() local 483 listen = ath5k_hw_ani_get_listen_time(ah, as); in ath5k_ani_calibration() 484 as->listen_time += listen; in ath5k_ani_calibration() 497 "listen %d (now %d)", as->listen_time, listen); in ath5k_ani_calibration()
|
/linux/include/xen/interface/io/ |
H A D | pvcalls.h | 69 } listen; member 107 } listen; member
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 538 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\ 575 ip netns exec "$ns2" ./pm_nl_ctl listen dead:beef:2::2\ 614 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\ 654 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 690 ip netns exec "$ns1" ./pm_nl_ctl listen dead:beef:2::1\ 729 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 770 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 869 ip netns exec $ns2 ./pm_nl_ctl listen 10.0.2.2\
|
/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 102 listen-port 1 \ 108 listen-port 2 \ 213 n1 wg set wg0 listen-port 9999 219 n1 wg set wg0 listen-port 9998 234 n2 wg set wg0 listen-port 9997 246 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 259 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpoint 127.212.121.99:9998 268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,fd00::2/128 endpoint [fd00::5:2]:5 269 n2 wg set wg1 listen-port 5 private-key <(echo "$key4") peer "$pub3" allowed-ips 192.168.241.1/32,fd00::1/128 endpoint [fd00::5:1]:5 362 n2 wg set wg1 private-key <(echo "$key3") listen [all...] |
/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 149 ret = listen(fd[0], 5); in TEST() 152 ret = listen(fd[1], 5); in TEST()
|
H A D | sk_connect_zero_addr.c | 37 if (listen(fd1, 0)) { in main()
|
H A D | reuseport_addr_any.c | 87 if (proto == SOCK_STREAM && listen(rcv_fds[i], 10)) in build_rcv_fd() 95 if (listen(rcv_fds[i], 10)) in build_rcv_fd()
|
H A D | sk_bind_sendto_listen.c | 65 if (listen(fd2, 0)) { in main()
|
/linux/net/smc/ |
H A D | smc_inet.c | 44 .listen = smc_listen, 92 .listen = smc_listen,
|
/linux/tools/testing/selftests/landlock/ |
H A D | scoped_abstract_unix_test.c | 150 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F() 216 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F() 431 ASSERT_EQ(0, listen(stream_server_child, backlog)); in TEST_F() 458 ASSERT_EQ(0, listen(stream_server_parent, backlog)); in TEST_F() 561 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F() 611 ASSERT_EQ(0, listen(server_socket, backlog)); in TEST_F() 803 ASSERT_EQ(0, listen(stream_pathname_socket, backlog)); in TEST_F() 821 ASSERT_EQ(0, listen(stream_abstract_socket, backlog)); in TEST_F()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | migrate_reuseport.c | 269 err = listen(test_case->servers[i], qlen); in start_servers() 381 err = listen(test_case->servers[1], QLEN); in migrate_dance() 395 err = listen(test_case->servers[MIGRATED_TO], QLEN); in migrate_dance() 496 err = listen(test_case->servers[MIGRATED_TO], QLEN); in run_test()
|
H A D | skc_to_unix_sock.c | 44 err = listen(sockfd, 1); in test_skc_to_unix_sock()
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_tproxy_tcp.sh | 219 …timeout "$timeout" ip netns exec "$nsrouter" socat "$socat_ipproto" tcp-listen:12345,fork,ip-trans… 222 …timeout "$timeout" ip netns exec "$ns2" socat "$socat_ipproto" tcp-listen:8080,fork SYSTEM:"echo P… 225 …timeout "$timeout" ip netns exec "$ns3" socat "$socat_ipproto" tcp-listen:8080,fork SYSTEM:"echo P…
|
H A D | nft_tproxy_udp.sh | 193 …timeout "$timeout" ip netns exec "$nsrouter" socat -u "$socat_ipproto" udp-listen:12345,fork,ip-tr… 196 …timeout "$timeout" ip netns exec "$ns2" socat "$socat_ipproto" udp-listen:8080,fork SYSTEM:"echo P… 199 …timeout "$timeout" ip netns exec "$ns3" socat "$socat_ipproto" udp-listen:8080,fork SYSTEM:"echo P…
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_batch.pkt | 12 +0 listen(3, 1) = 0
|
H A D | tcp_slow_start_slow-start-app-limited.pkt | 11 +0 listen(3, 1) = 0
|
H A D | tcp_slow_start_slow-start-ack-per-2pkt-send-5pkt.pkt | 14 +0 listen(3, 1) = 0
|
H A D | tcp_zerocopy_basic.pkt | 13 +0 listen(3, 1) = 0
|
H A D | tcp_slow_start_slow-start-ack-per-2pkt-send-6pkt.pkt | 15 +0 listen(3, 1) = 0
|
H A D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 13 +0 listen(3, 1) = 0
|
H A D | tcp_slow_start_slow-start-ack-per-4pkt.pkt | 14 +0 listen(3, 1) = 0
|
H A D | tcp_zerocopy_small.pkt | 13 +0 listen(3, 1) = 0
|
H A D | tcp_slow_start_slow-start-after-idle.pkt | 12 +0 listen(3, 1) = 0
|
/linux/crypto/ |
H A D | algif_rng.c | 171 .listen = sock_no_listen, 189 .listen = sock_no_listen,
|