Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__skb_tunnel_rx - prepare skb for rx reinsert*@skb: buffer*@dev: tunnel device*@net: netns for packet i/o* After decapsulation, packet is going to re-enter (netif_rx()) our stack,* so make some cleanups. (no accounting done)

Proto:static inline void __skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev, struct net *net)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
struct net_device *dev
struct net *net
335  dev = dev
342  skb_clear_hash_if_not_l4(skb)
343  skb_set_queue_mapping(skb, 0)
344  skb_scrub_packet(skb, !net_eq(net, Net namespace inlines))