Function report |
Source Code:include\net\route.h |
Create Date:2022-07-28 06:41:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ip_neigh_gw4
Proto:static inline struct neighbour *ip_neigh_gw4(struct net_device *dev, __be32 daddr)
Type:struct neighbour
Parameter:
Type | Parameter | Name |
---|---|---|
struct net_device * | dev | |
__be32 | daddr |
366 | neigh = __ipv4_neigh_lookup_noref(dev, daddr) |
367 | If Value for the false possibility is greater at compile time(!neigh) Then neigh = __neigh_create( & arp_tbl, & daddr, dev, false) |
370 | Return neigh |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |