Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:neigh_output

Proto:static inline int neigh_output(struct neighbour *n, struct sk_buff *skb, bool skip_cache)

Type:int

Parameter:

TypeParameterName
struct neighbour *n
struct sk_buff *skb
boolskip_cache
505  hh = hh
507  If nud_state & NUD_CONNECTED && hh_len && Not skip_cache Then Return neigh_hh_output(hh, skb)
509  Else Return output(n, skb)