Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dst_neigh_lookup

Proto:static inline struct neighbour *dst_neigh_lookup(const struct dst_entry *dst, const void *daddr)

Type:struct neighbour

Parameter:

TypeParameterName
const struct dst_entry *dst
const void *daddr
397  n = neigh_lookup(dst, NULL, daddr)
398  Return If IS_ERR(n) Then NULL Else n