wimax_msg_send (9) Linux Manual Page
wimax_msg_send – Send a pre-allocated message to user space Synopsis int wimax_msg_send(struct wimax_dev *wimax_dev, struct sk_buff *skb); Arguments wimax_dev WiMAX device descriptor skb struct sk_buff returned by wimax_msg_alloc. Note the ownership of skb is transferred to this function. Return 0 if ok, < 0 errno code on error Description Sends a free-form message that was…
