Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\ndisc.h Create Date:2022-07-28 06:11:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__ipv6_confirm_neigh_stub

Proto:static inline void __ipv6_confirm_neigh_stub(struct net_device *dev, const void *pkey)

Type:void

Parameter:

TypeParameterName
struct net_device *dev
const void *pkey
428  _read_lock_bh() - mark the beginning of an RCU-bh critical section* This is equivalent of rcu_read_lock(), but also disables softirqs
429  n = __ipv6_neigh_lookup_noref_stub(dev, pkey)
430  If n Then
431  now = jiffies
434  If READ_ONCE(confirmed) != now Then WRITE_ONCE(confirmed, now)
437  _read_unlock_bh - marks the end of a softirq-only RCU critical section* See rcu_read_lock_bh() for more information.