函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:net_eq

函数原型:static inline int net_eq(const struct net *net1, const struct net *net2)

返回类型:int

参数:

类型参数名称
const struct net *net1
const struct net *net2
295  返回:1
调用者
名称描述
sel_netif_findsel_netif_find - Search for an interface record*@ns: the network namespace*@ifindex: the network interface* Description:* Search the network interface table and return the record matching @ifindex.* If an entry can not be found in the table return NULL.
__skb_tunnel_rx准备skb RX插入