Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__in6_dev_nd_parms_get_rcu

Proto:static inline struct neigh_parms *__in6_dev_nd_parms_get_rcu(const struct net_device *dev)

Type:struct neigh_parms

Parameter:

TypeParameterName
const struct net_device *dev
364  idev = __in6_dev_get - get inet6_dev pointer from netdevice*@dev: network device* Caller must hold rcu_read_lock or RTNL, because this function* does not take a reference on the inet6_dev.
366  Return idev ? nd_parms : NULL