| /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/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_ooo-before-and-after-accept.pkt | 14 +0 listen(3, 1) = 0 39 +0 listen(3, 1) = 0
|
| H A D | tcp_blocking_blocking-read.pkt | 13 +0 listen(3, 1) = 0
|
| H A D | tcp_ooo_rcv_mss.pkt | 11 +0 listen(3, 1) = 0
|
| H A D | tcp_rcv_toobig.pkt | 14 +0 listen(3, 1) = 0
|
| H A D | tcp_zerocopy_batch.pkt | 14 +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_rcv_big_endseq.pkt | 14 +0 listen(3, 1) = 0
|
| H A D | tcp_zerocopy_basic.pkt | 15 +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
|
| /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 | 575 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\ 612 ip netns exec "$ns2" ./pm_nl_ctl listen dead:beef:2::2\ 651 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\ 691 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 727 ip netns exec "$ns1" ./pm_nl_ctl listen dead:beef:2::1\ 766 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 807 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 906 ip netns exec $ns2 ./pm_nl_ctl listen 10.0.2.2\
|
| /linux/net/smc/ |
| H A D | smc_inet.c | 44 .listen = smc_listen, 91 .listen = smc_listen,
|
| /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 | 82 if (proto == SOCK_STREAM && listen(rcv_fds[i], 10)) in build_rcv_fd() 83 error(1, errno, "tcp: failed to listen on receive port"); in build_rcv_fd()
|
| H A D | sk_bind_sendto_listen.c | 65 if (listen(fd2, 0)) { in main()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | scoped_abstract_unix_test.c | 151 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F() 217 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F() 244 /* Waits for the child to listen */ in TEST_F() 356 /* Waits for the child to listen */ in TEST_F() 542 ASSERT_EQ(0, listen(stream_server_child, backlog)); in TEST_F() 569 ASSERT_EQ(0, listen(stream_server_parent, backlog)); in TEST_F() 672 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F() 722 ASSERT_EQ(0, listen(server_socket, backlog)); in TEST_F() 833 /* Waits for parent to listen. */ in TEST_F() 914 ASSERT_EQ(0, listen(stream_pathname_socke in TEST() [all...] |
| /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/crypto/ |
| H A D | algif_rng.c | 171 .listen = sock_no_listen, 189 .listen = sock_no_listen,
|