Home
last modified time | relevance | path

Searched full:proxies (Results 1 – 13 of 13) sorted by relevance

/linux-6.14.4/net/appletalk/
Daarp.c73 static struct aarp_entry *proxies[AARP_HASH_SIZE]; variable
317 __aarp_expire_timer(&proxies[ct]); in aarp_expire_timeout()
342 __aarp_expire_device(&proxies[ct], dev); in aarp_device_event()
371 __aarp_expire_all(&proxies[ct]); in aarp_purge()
418 a = __aarp_find_entry(proxies[hash], dev, sa); in aarp_proxy_remove()
430 struct aarp_entry *a = __aarp_find_entry(proxies[hash], dev, sa); in __aarp_proxy_find()
482 entry->next = proxies[hash]; in aarp_proxy_probe_network()
483 proxies[hash] = entry; in aarp_proxy_probe_network()
735 a = __aarp_find_entry(proxies[hash], dev, &da); in aarp_rcv()
775 * address is one of our proxies before we toss the in aarp_rcv()
[all …]
/linux-6.14.4/drivers/char/tpm/
DKconfig217 This driver proxies for an emulated TPM (vTPM) running in userspace.
226 This driver proxies for firmware TPM running in TEE.
/linux-6.14.4/drivers/net/ethernet/cisco/enic/
Denic_dev.h12 * If vf argument is valid, it proxies the devcmd
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/
Dti,secure-proxy.yaml16 called "threads" or "proxies" - each instance is unidirectional and is
Dti,message-manager.txt7 "proxies" - each instance is unidirectional and is instantiated at SoC
/linux-6.14.4/drivers/mailbox/
Dti-msgmgr.c878 /* All proxies may be valid in Secure Proxy instance */ in ti_msgmgr_probe()
889 /* Only Some proxies are valid in Message Manager */ in ti_msgmgr_probe()
/linux-6.14.4/Documentation/devicetree/bindings/powerpc/fsl/
Ddcsr.txt350 the Core Service Bridge Proxies.
/linux-6.14.4/net/ipv4/
Darp.c29 * Niibe Yutaka : Reply for this device or proxies only.
819 * about those for us and those for our proxies. We reply to both, in arp_process()
/linux-6.14.4/Documentation/driver-api/usb/
Dgadget.rst44 Linux "USB device drivers", which are host side proxies for the real USB
/linux-6.14.4/drivers/tty/vt/
Dvc_screen.c65 * with minors 0, 64, 128 and 192 being proxies for the foreground console.
/linux-6.14.4/net/netfilter/
DKconfig1047 useful for transparent proxies.
/linux-6.14.4/drivers/soc/ti/
Dk3-ringacc.c196 * @num_proxies: number of RA proxies
/linux-6.14.4/drivers/infiniband/hw/mlx4/
Dqp.c1517 /* PF or VF -- creating proxies */ in get_sqp_num()