Searched refs:txskb (Results 1 – 2 of 2) sorted by relevance
565 struct sk_buff *txskb, in ieee80211_start_roc_work() argument601 roc->frame = txskb; in ieee80211_start_roc_work()609 if (!txskb) { in ieee80211_start_roc_work()
1789 struct sk_buff *txskb; in tipc_node_broadcast() local1810 txskb = pskb_copy(skb, GFP_ATOMIC); in tipc_node_broadcast()1811 if (!txskb) in tipc_node_broadcast()1813 msg_set_destnode(buf_msg(txskb), dst); in tipc_node_broadcast()1814 tipc_node_xmit_skb(net, txskb, dst, 0); in tipc_node_broadcast()
Completed in 13 milliseconds