dev_forward_skb(9) suse man page | unix.com

Man Page: dev_forward_skb

Operating Environment: suse

Section: 9

DEV_FORWARD_SKB(9)					      Network device support						DEV_FORWARD_SKB(9)

NAME
dev_forward_skb - loopback an skb to another netif
SYNOPSIS
int dev_forward_skb(struct net_device * dev, struct sk_buff * skb);
ARGUMENTS
dev destination network device skb buffer to forward
RETURN VALUES
NET_RX_SUCCESS (no congestion) NET_RX_DROP (packet was dropped, but freed) dev_forward_skb can be used for injecting an skb from the start_xmit function of one device into the receive queue of another device. The receiving device may be in another namespace, so we have to clear all information in the skb that could impact namespace isolation.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 DEV_FORWARD_SKB(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
vconfig(8) - debian
vconfig(8) - suse
tc-ife(8) - osx
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
A (ksh) Library For and From UNIX.com
Shopt -s histappend