函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\neighbour.h Create Date:2022-07-27 07:06:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:neigh_hh_output

函数原型:static inline int neigh_hh_output(const struct hh_cache *hh, struct sk_buff *skb)

返回类型:int

参数:

类型参数名称
const struct hh_cache *hh
struct sk_buff *skb
464  hh_alen等于0
468  循环
469  seq等于Read side functions for starting and finalizing a read side section.
470  hh_len等于READ_ONCE(hh_len)
483  否则
491 read_seqretry( & hh_lock, seq)循环
493  如果WARN_ON_ONCE(缓存区头部字节 < hh_alen)则
494  释放缓存
495  返回:skb dropped
498  __skb_push(skb, hh_len)
499  返回:发送缓冲区
调用者
名称描述
neigh_output