table of contents
other versions
DEV_FILL_METADATA_DS(9) | Network device support | DEV_FILL_METADATA_DS(9) |
NAME¶
dev_fill_metadata_dst - Retrieve tunnel egress information.
SYNOPSIS¶
int dev_fill_metadata_dst(struct net_device * dev, struct sk_buff * skb);
ARGUMENTS¶
struct net_device * dev
targeted interface
struct sk_buff * skb
The packet.
DESCRIPTION¶
For better visibility of tunnel traffic OVS needs to retrieve egress tunnel information for a packet. Following API allows user to get this info.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |