Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 273) sorted by relevance

1234567891011

/linux-6.15/net/ax25/
H A Dax25_iface.c108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register()
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()
138 kfree(listen); in ax25_listen_release()
142 while (listen != NULL && listen->next != NULL) { in ax25_listen_release()
144 s = listen->next; in ax25_listen_release()
145 listen->next = listen->next->next; in ax25_listen_release()
151 listen = listen->next; in ax25_listen_release()
179 for (listen = listen_list; listen != NULL; listen = listen->next) in ax25_listen_mine()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dani.c377 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-6.15/net/nfc/nci/
H A Dntf.c437 struct activation_params_listen_nfc_dep *listen; in nci_extract_activation_params_nfc_dep() local
452 listen = &ntf->activation_params.listen_nfc_dep; in nci_extract_activation_params_nfc_dep()
453 listen->atr_req_len = min_t(__u8, *data++, in nci_extract_activation_params_nfc_dep()
455 pr_debug("atr_req_len %d\n", listen->atr_req_len); in nci_extract_activation_params_nfc_dep()
456 if (listen->atr_req_len > 0) in nci_extract_activation_params_nfc_dep()
457 memcpy(listen->atr_req, data, listen->atr_req_len); in nci_extract_activation_params_nfc_dep()
589 goto listen; in nci_rf_intf_activated_ntf_packet()
710 listen: in nci_rf_intf_activated_ntf_packet()
/linux-6.15/include/xen/interface/io/
H A Dpvcalls.h69 } listen; member
107 } listen; member
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh566 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\
603 ip netns exec "$ns2" ./pm_nl_ctl listen dead:beef:2::2\
642 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\
682 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\
718 ip netns exec "$ns1" ./pm_nl_ctl listen dead:beef:2::1\
757 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\
798 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\
897 ip netns exec $ns2 ./pm_nl_ctl listen 10.0.2.2\
/linux-6.15/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c149 ret = listen(fd[0], 5); in TEST()
152 ret = listen(fd[1], 5); in TEST()
H A Dsk_connect_zero_addr.c37 if (listen(fd1, 0)) { in main()
/linux-6.15/net/smc/
H A Dsmc_inet.c44 .listen = smc_listen,
92 .listen = smc_listen,
/linux-6.15/tools/testing/selftests/wireguard/
H A Dnetns.sh102 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") a…
259 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") a…
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,f…
269 n2 wg set wg1 listen-port 5 private-key <(echo "$key4") peer "$pub3" allowed-ips 192.168.241.1/32,f…
362 n2 wg set wg1 private-key <(echo "$key3") listen-port 5 peer "$pub1" allowed-ips 192.168.242.1/32
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c269 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 Dskc_to_unix_sock.c44 err = listen(sockfd, 1); in test_skc_to_unix_sock()
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_blocking_blocking-accept.pkt10 +0 listen(3, 1) = 0
H A Dtcp_splice_tcp_splice_loop_test.pkt9 +0 listen(3, 1) = 0
H A Dtcp_blocking_blocking-read.pkt11 +0 listen(3, 1) = 0
H A Dtcp_syscall_bad_arg_sendmsg-empty-iov.pkt8 +0 listen(3, 1) = 0
H A Dtcp_validate_validate-established-no-flags.pkt10 +0 listen(3, 1) = 0
H A Dtcp_syscall_bad_arg_syscall-invalid-buf-ptr.pkt10 +0 listen(3, 1) = 0
H A Dtcp_ts_recent_fin_tsval.pkt13 +0 listen(3, 1) = 0
H A Dtcp_zerocopy_batch.pkt12 +0 listen(3, 1) = 0
H A Dtcp_blocking_blocking-write.pkt13 +0 listen(3, 1) = 0
H A Dtcp_slow_start_slow-start-app-limited.pkt11 +0 listen(3, 1) = 0
H A Dtcp_ts_recent_invalid_ack.pkt12 +0 listen(3, 1) = 0
/linux-6.15/tools/testing/selftests/landlock/
H A Dscoped_abstract_unix_test.c151 ASSERT_EQ(0, listen(stream_server, backlog)); in TEST_F()
217 ASSERT_EQ(0, listen(stream_server, backlog)); 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()
914 ASSERT_EQ(0, listen(stream_pathname_socket, backlog)); in TEST_F()
932 ASSERT_EQ(0, listen(stream_abstract_socket, backlog)); in TEST_F()
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnft_tproxy_tcp.sh219 …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 Dnft_tproxy_udp.sh193 …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…

1234567891011