Home
last modified time | relevance | path

Searched refs:txskb (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Doffchannel.c563 struct sk_buff *txskb, in ieee80211_start_roc_work() argument
599 roc->frame = txskb; in ieee80211_start_roc_work()
607 if (!txskb) in ieee80211_start_roc_work()
/linux/net/tipc/
H A Dnode.c1794 struct sk_buff *txskb; in tipc_node_broadcast() local
1815 txskb = pskb_copy(skb, GFP_ATOMIC); in tipc_node_broadcast()
1816 if (!txskb) in tipc_node_broadcast()
1818 msg_set_destnode(buf_msg(txskb), dst); in tipc_node_broadcast()
1819 tipc_node_xmit_skb(net, txskb, dst, 0); in tipc_node_broadcast()