Home
last modified time | relevance | path

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

12

/dports/multimedia/libv4l/linux-5.13-rc2/net/tipc/
H A Dmsg.c274 kfree_skb(*_skb); in tipc_msg_validate()
275 *_skb = skb; in tipc_msg_validate()
322 struct sk_buff *_skb; in tipc_msg_fragment() local
343 if (!_skb) in tipc_msg_fragment()
345 skb_orphan(_skb); in tipc_msg_fragment()
674 skb_orphan(_skb); in tipc_msg_reverse()
675 kfree_skb(_skb); in tipc_msg_reverse()
678 kfree_skb(_skb); in tipc_msg_reverse()
689 if (!_skb) { in tipc_msg_skb_clone()
782 if (!_skb) in tipc_msg_reassemble()
[all …]
H A Dbcast.c181 struct sk_buff *skb, *_skb; in tipc_bcbase_xmit() local
202 if (!_skb) in tipc_bcbase_xmit()
323 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 …]
H A Dmsg.h1178 bool tipc_msg_validate(struct sk_buff **_skb);
1268 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue() local
1271 skb_queue_walk_safe(list, _skb, tmp) { in tipc_skb_dequeue()
1272 if (msg_destport(buf_msg(_skb)) == dport) { in tipc_skb_dequeue()
1273 __skb_unlink(_skb, list); in tipc_skb_dequeue()
1274 skb = _skb; in tipc_skb_dequeue()
H A Dlink.c1035 struct sk_buff *skb, *_skb; in tipc_link_xmit() local
1083 if (!_skb) { in tipc_link_xmit()
1090 __skb_queue_tail(xmitq, _skb); in tipc_link_xmit()
1169 struct sk_buff *skb, *_skb; in tipc_link_advance_backlog() local
1180 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_link_advance_backlog()
1181 if (!_skb) in tipc_link_advance_backlog()
1192 __skb_queue_tail(xmitq, _skb); in tipc_link_advance_backlog()
1554 struct sk_buff *skb, *_skb, *tmp; in tipc_link_advance_transmq() local
1640 if (!_skb) in tipc_link_advance_transmq()
1642 hdr = buf_msg(_skb); in tipc_link_advance_transmq()
[all …]
H A Dudp_media.c260 struct sk_buff *_skb; in tipc_udp_send_msg() local
262 _skb = pskb_copy(skb, GFP_ATOMIC); in tipc_udp_send_msg()
263 if (!_skb) { in tipc_udp_send_msg()
268 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg()
H 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/tipc/
H A Dmsg.c274 kfree_skb(*_skb); in tipc_msg_validate()
275 *_skb = skb; in tipc_msg_validate()
322 struct sk_buff *_skb; in tipc_msg_fragment() local
343 if (!_skb) in tipc_msg_fragment()
345 skb_orphan(_skb); in tipc_msg_fragment()
674 skb_orphan(_skb); in tipc_msg_reverse()
675 kfree_skb(_skb); in tipc_msg_reverse()
678 kfree_skb(_skb); in tipc_msg_reverse()
689 if (!_skb) { in tipc_msg_skb_clone()
782 if (!_skb) in tipc_msg_reassemble()
[all …]
H A Dbcast.c181 struct sk_buff *skb, *_skb; in tipc_bcbase_xmit() local
202 if (!_skb) in tipc_bcbase_xmit()
323 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 …]
H A Dmsg.h1178 bool tipc_msg_validate(struct sk_buff **_skb);
1268 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue() local
1271 skb_queue_walk_safe(list, _skb, tmp) { in tipc_skb_dequeue()
1272 if (msg_destport(buf_msg(_skb)) == dport) { in tipc_skb_dequeue()
1273 __skb_unlink(_skb, list); in tipc_skb_dequeue()
1274 skb = _skb; in tipc_skb_dequeue()
H A Dlink.c1035 struct sk_buff *skb, *_skb; in tipc_link_xmit() local
1083 if (!_skb) { in tipc_link_xmit()
1090 __skb_queue_tail(xmitq, _skb); in tipc_link_xmit()
1169 struct sk_buff *skb, *_skb; in tipc_link_advance_backlog() local
1180 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_link_advance_backlog()
1181 if (!_skb) in tipc_link_advance_backlog()
1192 __skb_queue_tail(xmitq, _skb); in tipc_link_advance_backlog()
1554 struct sk_buff *skb, *_skb, *tmp; in tipc_link_advance_transmq() local
1640 if (!_skb) in tipc_link_advance_transmq()
1642 hdr = buf_msg(_skb); in tipc_link_advance_transmq()
[all …]
H A Dudp_media.c260 struct sk_buff *_skb; in tipc_udp_send_msg() local
262 _skb = pskb_copy(skb, GFP_ATOMIC); in tipc_udp_send_msg()
263 if (!_skb) { in tipc_udp_send_msg()
268 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg()
H 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/tipc/
H A Dmsg.c274 kfree_skb(*_skb); in tipc_msg_validate()
275 *_skb = skb; in tipc_msg_validate()
322 struct sk_buff *_skb; in tipc_msg_fragment() local
343 if (!_skb) in tipc_msg_fragment()
345 skb_orphan(_skb); in tipc_msg_fragment()
674 skb_orphan(_skb); in tipc_msg_reverse()
675 kfree_skb(_skb); in tipc_msg_reverse()
678 kfree_skb(_skb); in tipc_msg_reverse()
689 if (!_skb) { in tipc_msg_skb_clone()
782 if (!_skb) in tipc_msg_reassemble()
[all …]
H A Dbcast.c181 struct sk_buff *skb, *_skb; in tipc_bcbase_xmit() local
202 if (!_skb) in tipc_bcbase_xmit()
323 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 …]
H A Dmsg.h1178 bool tipc_msg_validate(struct sk_buff **_skb);
1268 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue() local
1271 skb_queue_walk_safe(list, _skb, tmp) { in tipc_skb_dequeue()
1272 if (msg_destport(buf_msg(_skb)) == dport) { in tipc_skb_dequeue()
1273 __skb_unlink(_skb, list); in tipc_skb_dequeue()
1274 skb = _skb; in tipc_skb_dequeue()
H A Dlink.c1035 struct sk_buff *skb, *_skb; in tipc_link_xmit() local
1083 if (!_skb) { in tipc_link_xmit()
1090 __skb_queue_tail(xmitq, _skb); in tipc_link_xmit()
1169 struct sk_buff *skb, *_skb; in tipc_link_advance_backlog() local
1180 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_link_advance_backlog()
1181 if (!_skb) in tipc_link_advance_backlog()
1192 __skb_queue_tail(xmitq, _skb); in tipc_link_advance_backlog()
1554 struct sk_buff *skb, *_skb, *tmp; in tipc_link_advance_transmq() local
1640 if (!_skb) in tipc_link_advance_transmq()
1642 hdr = buf_msg(_skb); in tipc_link_advance_transmq()
[all …]
H A Dudp_media.c260 struct sk_buff *_skb; in tipc_udp_send_msg() local
262 _skb = pskb_copy(skb, GFP_ATOMIC); in tipc_udp_send_msg()
263 if (!_skb) { in tipc_udp_send_msg()
268 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ipvlan/
H A Dipvlan.h106 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ipvlan/
H A Dipvlan.h106 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ipvlan/
H A Dipvlan.h106 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c513 struct sk_buff *_skb; in _rtl_rx_pre_process() local
522 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
523 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
524 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
763 struct sk_buff *_skb; in rtl_usb_cleanup() local
772 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in rtl_usb_cleanup()
773 rtlusb->usb_tx_cleanup(hw, _skb); in rtl_usb_cleanup()
774 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
777 ieee80211_tx_status_irqsafe(hw, _skb); in rtl_usb_cleanup()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c513 struct sk_buff *_skb; in _rtl_rx_pre_process() local
522 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
523 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
524 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
763 struct sk_buff *_skb; in rtl_usb_cleanup() local
772 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in rtl_usb_cleanup()
773 rtlusb->usb_tx_cleanup(hw, _skb); in rtl_usb_cleanup()
774 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
777 ieee80211_tx_status_irqsafe(hw, _skb); in rtl_usb_cleanup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c513 struct sk_buff *_skb; in _rtl_rx_pre_process() local
522 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
523 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
524 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
763 struct sk_buff *_skb; in rtl_usb_cleanup() local
772 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in rtl_usb_cleanup()
773 rtlusb->usb_tx_cleanup(hw, _skb); in rtl_usb_cleanup()
774 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
777 ieee80211_tx_status_irqsafe(hw, _skb); in rtl_usb_cleanup()
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/resolved/
H A Dcrypt.py273 _skb = ( variable
478 skbc0, skbc1, skbc2, skbc3, skbd0, skbd1, skbd2, skbd3 = _skb
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/fcrypt/
H A Dfcrypt.py274 _skb = ( variable
476 skbc0, skbc1, skbc2, skbc3, skbd0, skbd1, skbd2, skbd3 = _skb

12