Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:net_eq

Proto:static inline int net_eq(const struct net *net1, const struct net *net2)

Type:int

Parameter:

TypeParameterName
const struct net *net1
const struct net *net2
295  Return 1
Caller
NameDescribe
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.