suse man page for skb_morph

Query: skb_morph

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_MORPH(9)							 Linux Networking						      SKB_MORPH(9)

NAME
skb_morph - morph one skb into another
SYNOPSIS
struct sk_buff * skb_morph(struct sk_buff * dst, struct sk_buff * src);
ARGUMENTS
dst the skb to receive the contents src the skb to supply the contents
DESCRIPTION
This is identical to skb_clone except that the target skb is supplied by the user. The target skb is returned upon exit.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_MORPH(9)
Related Man Pages
cfg80211_testmode_alloc_reply_skb(9) - centos
ieee80211_get_buffered_bc(9) - centos
vconfig(8) - suse
__skb_recv_datagram(9) - suse
struct_sk_buff(9) - suse
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.
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I