Home
last modified time | relevance | path

Searched refs:_skb (Results 1 – 13 of 13) sorted by relevance

/linux/net/tipc/
A Dmsg.c267 kfree_skb(*_skb); in tipc_msg_validate()
268 *_skb = skb; in tipc_msg_validate()
315 struct sk_buff *_skb; in tipc_msg_fragment() local
336 if (!_skb) in tipc_msg_fragment()
338 skb_orphan(_skb); in tipc_msg_fragment()
668 skb_orphan(_skb); in tipc_msg_reverse()
669 kfree_skb(_skb); in tipc_msg_reverse()
672 kfree_skb(_skb); in tipc_msg_reverse()
683 if (!_skb) { in tipc_msg_skb_clone()
776 if (!_skb) in tipc_msg_reassemble()
[all …]
A Dbcast.c181 struct sk_buff *skb, *_skb; in tipc_bcbase_xmit() local
202 if (!_skb) in tipc_bcbase_xmit()
324 struct sk_buff *_skb; in tipc_mcast_send_sync() local
339 if (!_skb) in tipc_mcast_send_sync()
347 skb_orphan(_skb); in tipc_mcast_send_sync()
350 _hdr = buf_msg(_skb); in tipc_mcast_send_sync()
809 _hdr = buf_msg(_skb); in tipc_mcast_filter_msg()
843 __skb_unlink(_skb, defq); in tipc_mcast_filter_msg()
845 kfree_skb(_skb); in tipc_mcast_filter_msg()
854 _hdr = buf_msg(_skb); in tipc_mcast_filter_msg()
[all …]
A Dmsg.h1156 bool tipc_msg_validate(struct sk_buff **_skb);
1246 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue() local
1249 skb_queue_walk_safe(list, _skb, tmp) { in tipc_skb_dequeue()
1250 if (msg_destport(buf_msg(_skb)) == dport) { in tipc_skb_dequeue()
1251 __skb_unlink(_skb, list); in tipc_skb_dequeue()
1252 skb = _skb; in tipc_skb_dequeue()
A Dudp_media.c263 struct sk_buff *_skb; in tipc_udp_send_msg() local
265 _skb = pskb_copy(skb, GFP_ATOMIC); in tipc_udp_send_msg()
266 if (!_skb) { in tipc_udp_send_msg()
271 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg()
A Dlink.c1019 struct sk_buff *skb, *_skb; in tipc_link_xmit() local
1067 if (!_skb) { in tipc_link_xmit()
1074 __skb_queue_tail(xmitq, _skb); in tipc_link_xmit()
1153 struct sk_buff *skb, *_skb; in tipc_link_advance_backlog() local
1164 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_link_advance_backlog()
1165 if (!_skb) in tipc_link_advance_backlog()
1176 __skb_queue_tail(xmitq, _skb); in tipc_link_advance_backlog()
1542 struct sk_buff *skb, *_skb, *tmp; in tipc_link_advance_transmq() local
1628 if (!_skb) in tipc_link_advance_transmq()
1630 hdr = buf_msg(_skb); in tipc_link_advance_transmq()
[all …]
A Dgroup.c476 struct sk_buff *_skb, *tmp; in tipc_group_sort_msg() local
481 skb_queue_walk_safe(defq, _skb, tmp) { in tipc_group_sort_msg()
482 _hdr = buf_msg(_skb); in tipc_group_sort_msg()
485 __skb_queue_before(defq, _skb, skb); in tipc_group_sort_msg()
A Dbearer.c766 struct sk_buff *skb, *_skb; in tipc_clone_to_loopback() local
769 skb_queue_walk(pkts, _skb) { in tipc_clone_to_loopback()
770 skb = pskb_copy(_skb, GFP_ATOMIC); in tipc_clone_to_loopback()
A Dcrypto.c292 static inline void tipc_crypto_clone_msg(struct net *net, struct sk_buff *_skb,
1641 static inline void tipc_crypto_clone_msg(struct net *net, struct sk_buff *_skb, in tipc_crypto_clone_msg() argument
1648 skb = skb_clone(_skb, GFP_ATOMIC); in tipc_crypto_clone_msg()
A Dsocket.c1194 struct sk_buff *skb, *_skb; in tipc_sk_mcast_rcv() local
1245 _skb = __pskb_copy(skb, hlen, GFP_ATOMIC); in tipc_sk_mcast_rcv()
1246 if (_skb) { in tipc_sk_mcast_rcv()
1247 msg_set_destport(buf_msg(_skb), portid); in tipc_sk_mcast_rcv()
1248 __skb_queue_tail(&tmpq, _skb); in tipc_sk_mcast_rcv()
/linux/net/rxrpc/
A Dio_thread.c181 static bool rxrpc_input_packet(struct rxrpc_local *local, struct sk_buff **_skb) in rxrpc_input_packet() argument
187 struct sk_buff *skb = *_skb; in rxrpc_input_packet()
240 rxrpc_eaten_skb(*_skb, rxrpc_skb_eaten_by_unshare_nomem); in rxrpc_input_packet()
241 *_skb = NULL; in rxrpc_input_packet()
245 if (skb != *_skb) { in rxrpc_input_packet()
246 rxrpc_eaten_skb(*_skb, rxrpc_skb_eaten_by_unshare); in rxrpc_input_packet()
247 *_skb = skb; in rxrpc_input_packet()
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dusb.c463 struct sk_buff *_skb; in _rtl_rx_pre_process() local
472 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
473 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
474 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
713 struct sk_buff *_skb; in _rtl_usb_cleanup_tx() local
718 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in _rtl_usb_cleanup_tx()
719 rtlusb->usb_tx_cleanup(hw, _skb); in _rtl_usb_cleanup_tx()
720 txinfo = IEEE80211_SKB_CB(_skb); in _rtl_usb_cleanup_tx()
723 ieee80211_tx_status_irqsafe(hw, _skb); in _rtl_usb_cleanup_tx()
/linux/drivers/net/ipvlan/
A Dipvlan.h107 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument
/linux/include/linux/soc/mediatek/
A Dmtk_wed.h290 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _hash) \ argument
291 (_dev)->ops->ppe_check(_dev, _skb, _reason, _hash)
321 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _hash) do {} while (0) argument

Completed in 49 milliseconds