Home
last modified time | relevance | path

Searched refs:confirmed (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/net/
Darp.h52 if (n->confirmed != now) in __ipv4_confirm_neigh()
53 n->confirmed = now; in __ipv4_confirm_neigh()
Dndisc.h406 if (n->confirmed != now) in __ipv6_confirm_neigh()
407 n->confirmed = now; in __ipv6_confirm_neigh()
Dneighbour.h139 unsigned long confirmed; member
Dsock.h1915 if (n->confirmed != now) in sock_confirm_neigh()
1916 n->confirmed = now; in sock_confirm_neigh()
/Linux-v4.19/Documentation/hwmon/
Dlm8331 The LM83 is only found on a handful of motherboards. Both a confirmed
45 The LM82 is confirmed to have been found on most AMD Geode reference
71 north and south bridges, but this couldn't be confirmed.
Dlm85108 Devices has confirmed this "bug". The ADT7463 is reported to work as
/Linux-v4.19/Documentation/ABI/stable/
Dvdso26 (As of this writing, this ABI documentation as been confirmed for x86_64.
/Linux-v4.19/net/core/
Dneighbour.c528 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in __neigh_create()
831 if (time_before(n->used, n->confirmed)) in neigh_periodic_work()
832 n->used = n->confirmed; in neigh_periodic_work()
935 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
937 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
955 neigh->confirmed + in neigh_timer_handler()
962 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1186 neigh->confirmed = jiffies; in neigh_update()
1235 neigh->confirmed = jiffies - in neigh_update()
2253 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
/Linux-v4.19/arch/arm/boot/dts/
Dsun5i-reference-design-tablet.dtsi90 * 100KHz, this has been confirmed on multiple different q8 tablets.
Dsun8i-reference-design-tablet.dtsi67 * 100KHz, this has been confirmed on multiple different q8 tablets.
/Linux-v4.19/Documentation/m68k/
DREADME.buddha188 All the timings are calculated and only confirmed by
/Linux-v4.19/Documentation/networking/
Ddpaa.txt243 - Tx confirmed packets count per CPU
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid118 > We confirmed this patch fix the problem by IA64 server.
/Linux-v4.19/drivers/message/fusion/lsi/
Dmpi_history.txt601 * 09-16-02 01.02.07 Added flags for confirmed completion.
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst51 tree) when they are finished and confirmed to work fine.