Home
last modified time | relevance | path

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

1234567

/linux/net/ax25/
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/drivers/net/wireless/ath/ath5k/
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/net/nfc/nci/
A Dntf.c431 struct activation_params_listen_nfc_dep *listen; in nci_extract_activation_params_nfc_dep() local
446 listen = &ntf->activation_params.listen_nfc_dep; in nci_extract_activation_params_nfc_dep()
447 listen->atr_req_len = min_t(__u8, *data++, in nci_extract_activation_params_nfc_dep()
449 pr_debug("atr_req_len %d\n", listen->atr_req_len); in nci_extract_activation_params_nfc_dep()
450 if (listen->atr_req_len > 0) in nci_extract_activation_params_nfc_dep()
451 memcpy(listen->atr_req, data, listen->atr_req_len); in nci_extract_activation_params_nfc_dep()
561 goto listen; in nci_rf_intf_activated_ntf_packet()
674 listen: in nci_rf_intf_activated_ntf_packet()
/linux/include/xen/interface/io/
A Dpvcalls.h69 } listen; member
107 } listen; member
/linux/tools/testing/selftests/wireguard/
A Dnetns.sh100 listen-port 1 \
106 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…
349 n2 wg set wg1 private-key <(echo "$key3") listen-port 5 peer "$pub1" allowed-ips 192.168.242.1/32
/linux/tools/testing/selftests/net/
A Dreuseaddr_ports_exhausted.c149 ret = listen(fd[0], 5); in TEST()
152 ret = listen(fd[1], 5); in TEST()
A Dreuseport_addr_any.c87 if (proto == SOCK_STREAM && listen(rcv_fds[i], 10)) in build_rcv_fd()
95 if (listen(rcv_fds[i], 10)) in build_rcv_fd()
A Dreuseaddr_conflict.c76 if (listen(fd, 1) < 0) { in open_port()
A Dfin_ack_lat.c137 if (listen(sock, 3) < 0) in main()
/linux/tools/testing/selftests/bpf/prog_tests/
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()
A Dskc_to_unix_sock.c44 err = listen(sockfd, 1); in test_skc_to_unix_sock()
A Dsockmap_ktls.c22 err = listen(s, SOMAXCONN); in tcp_server()
/linux/crypto/
A Dalgif_rng.c171 .listen = sock_no_listen,
190 .listen = sock_no_listen,
A Dalgif_skcipher.c189 .listen = sock_no_listen,
280 .listen = sock_no_listen,
A Dalgif_hash.c280 .listen = sock_no_listen,
382 .listen = sock_no_listen,
/linux/net/nfc/
A Drawsock.c277 .listen = sock_no_listen,
295 .listen = sock_no_listen,
/linux/drivers/soc/aspeed/
A DKconfig24 allows the BMC to listen on and save the data written by
/linux/samples/bpf/
A Dtest_probe_write_user_user.c82 assert(listen(serverfd, 5) == 0); in main()
A Dxdpsock_ctrl_proc.c136 listen(sock, MAX_NUM_OF_CLIENTS); in main()
/linux/tools/testing/vsock/
A Dcontrol.c76 if (listen(fd, 1) < 0) in control_init()
/linux/Documentation/admin-guide/nfs/
A Dnfsd-admin-interfaces.rst14 Before doing that, NFSD can be told which sockets to listen on by
/linux/Documentation/devicetree/bindings/iio/magnetometer/
A Dasahi-kasei,ak8975.yaml36 is ready to be read and is possible to listen on it. If used,
/linux/Documentation/devicetree/bindings/regulator/
A Drichtek,rtq2134-regulator.yaml41 If specified, buck will listen to 'vsel' pin for dvs config.
/linux/net/atm/
A Dpvc.c122 .listen = sock_no_listen,
/linux/arch/um/drivers/
A Dport_user.c134 if (listen(fd, 1) < 0) { in port_listen_fd()

Completed in 40 milliseconds

1234567