Query: wimax_msg_send
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WIMAX_MSG_SEND(9) Linux Networking WIMAX_MSG_SEND(9)NAMEwimax_msg_send - Send a pre-allocated message to user spaceSYNOPSISint wimax_msg_send(struct wimax_dev * wimax_dev, struct sk_buff * skb);ARGUMENTSwimax_dev WiMAX device descriptor skb struct sk_buff returned by wimax_msg_alloc. Note the ownership of skb is transferred to this function.RETURNS0 if ok, < 0 errno code on errorDESCRIPTIONSends a free-form message that was preallocated with wimax_msg_alloc and filled up. Assumes that once you pass an skb to this function for sending, it owns it and will release it when done (on success).IMPORTANTDon't use skb_push/skb_pull/skb_reserve on the skb, as wimax_msg_send depends on skb->data being placed at the beginning of the user message. Unlike other WiMAX stack calls, this call can be used way early, even before wimax_dev_add is called, as long as the wimax_dev->net_dev pointer is set to point to a proper net_dev. This is so that drivers can use it early in case they need to send stuff around or communicate with user space.COPYRIGHTKernel Hackers Manual 2.6. July 2010 WIMAX_MSG_SEND(9)
Related Man Pages |
---|
__skb_recv_datagram(9) - centos |
cfg80211_testmode_alloc_reply_skb(9) - centos |
struct_sk_buff(9) - centos |
vconfig(8) - debian |
struct_wimax_dev(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Change directory error |
Getting command output to putty window title. |
Update kernel Linux without reboot?! |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |