| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | smbdirect.h | 49 * 4. Receive and reassembly queues for data receive path 130 /* Reassembly queue */ 135 /* total data length of reassembly queue */ 138 /* the offset to first buffer in reassembly queue */ 148 * payload (SMB packet) in reassembly queue so we can return a 255 /* Link to receive queue or reassembly queue */
|
| D | smbdirect.c | 490 * reassembly queue and wake up the reading thread in recv_done() 1091 * layer. All the inncoming payload go to the reassembly queue, regardless of 1092 * if reassembly is required. The uuper layer code reads from the queue for all 1094 * Put a received packet to the reassembly queue 1120 * Get the first entry at the front of reassembly queue 1319 /* It's not possible for upper layer to get to reassembly */ in smbd_destroy() 1320 log_rdma_event(INFO, "drain the reassembly queue\n"); in smbd_destroy() 1723 * Receive data from receive reassembly queue 1724 * All the incoming data packets are placed in reassembly queue 1731 * borrow the buffer from reassembly queue, and return it after data is [all …]
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | smbdirect.h | 49 * 4. Receive and reassembly queues for data receive path 130 /* Reassembly queue */ 135 /* total data length of reassembly queue */ 138 /* the offset to first buffer in reassembly queue */ 148 * payload (SMB packet) in reassembly queue so we can return a 251 /* Link to receive queue or reassembly queue */
|
| D | smbdirect.c | 484 * reassembly queue and wake up the reading thread in recv_done() 1124 * layer. All the inncoming payload go to the reassembly queue, regardless of 1125 * if reassembly is required. The uuper layer code reads from the queue for all 1127 * Put a received packet to the reassembly queue 1153 * Get the first entry at the front of reassembly queue 1352 /* It's not posssible for upper layer to get to reassembly */ in smbd_destroy() 1353 log_rdma_event(INFO, "drain the reassembly queue\n"); in smbd_destroy() 1755 * Receive data from receive reassembly queue 1756 * All the incoming data packets are placed in reassembly queue 1763 * borrow the buffer from reassembly queue, and return it after data is [all …]
|
| /kernel/linux/linux-6.6/drivers/bluetooth/ |
| D | bfusb.c | 64 struct sk_buff *reassembly; member 251 kfree_skb(data->reassembly); in bfusb_recv_block() 252 data->reassembly = NULL; in bfusb_recv_block() 261 if (data->reassembly) { in bfusb_recv_block() 263 kfree_skb(data->reassembly); in bfusb_recv_block() 264 data->reassembly = NULL; in bfusb_recv_block() 314 data->reassembly = skb; in bfusb_recv_block() 316 if (!data->reassembly) { in bfusb_recv_block() 323 skb_put_data(data->reassembly, buf, len); in bfusb_recv_block() 326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block() [all …]
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | bfusb.c | 64 struct sk_buff *reassembly; member 251 kfree_skb(data->reassembly); in bfusb_recv_block() 252 data->reassembly = NULL; in bfusb_recv_block() 261 if (data->reassembly) { in bfusb_recv_block() 263 kfree_skb(data->reassembly); in bfusb_recv_block() 264 data->reassembly = NULL; in bfusb_recv_block() 314 data->reassembly = skb; in bfusb_recv_block() 316 if (!data->reassembly) { in bfusb_recv_block() 323 skb_put_data(data->reassembly, buf, len); in bfusb_recv_block() 326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block() [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | mctp.h | 89 /* Key for matching incoming packets to sockets or reassembly contexts. 120 * reassembly (->reasm_head). The reasm data is protected by the individual 129 * the (complete) reply, or during reassembly errors. Here, we clean up 130 * the reassembly context (marking reasm_dead, to prevent another from 149 /* lock protects against concurrent updates to the reassembly and 157 /* incoming fragment reassembly context */
|
| /kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
| D | core.c | 109 struct sk_buff *skb = session->reassembly[id], *nskb; in cmtp_add_msgpart() 127 session->reassembly[id] = nskb; in cmtp_add_msgpart() 174 cmtp_recv_capimsg(session, session->reassembly[id]); in cmtp_recv_frame() 175 session->reassembly[id] = NULL; in cmtp_recv_frame() 181 kfree_skb(session->reassembly[id]); in cmtp_recv_frame() 182 session->reassembly[id] = NULL; in cmtp_recv_frame() 377 session->reassembly[i] = NULL; in cmtp_add_connection()
|
| /kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
| D | core.c | 109 struct sk_buff *skb = session->reassembly[id], *nskb; in cmtp_add_msgpart() 127 session->reassembly[id] = nskb; in cmtp_add_msgpart() 174 cmtp_recv_capimsg(session, session->reassembly[id]); in cmtp_recv_frame() 175 session->reassembly[id] = NULL; in cmtp_recv_frame() 181 kfree_skb(session->reassembly[id]); in cmtp_recv_frame() 182 session->reassembly[id] = NULL; in cmtp_recv_frame() 377 session->reassembly[i] = NULL; in cmtp_add_connection()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ti/ |
| D | k3-udma.yaml | 16 The UDMA-P architecture facilitates the segmentation and reassembly of SoC DMA 20 segmentation or reassembly operations to be ongoing. The DMA controller 22 segmentation and reassembly operations to be time division multiplexed between
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ti/ |
| D | k3-udma.yaml | 18 The UDMA-P architecture facilitates the segmentation and reassembly of SoC DMA 22 segmentation or reassembly operations to be ongoing. The DMA controller 24 segmentation and reassembly operations to be time division multiplexed between
|
| /kernel/linux/linux-5.10/net/sctp/ |
| D | ulpqueue.c | 56 /* Flush the reassembly and ordering queues. */ 100 /* Do reassembly if needed. */ in sctp_ulpq_tail_data() 314 * as stored in the reassembly queue. The skb's may be non-linear if the sctp 362 /* Remove the first fragment from the reassembly queue. */ in sctp_make_reassembled_event() 379 /* Remove the fragment from the reassembly queue. */ in sctp_make_reassembled_event() 672 * Flush out stale fragments from the reassembly queue when processing 712 * Drain the reassembly queue. If we just cleared parted delivery, it 713 * is possible that the reassembly queue will contain already reassembled 1018 /* Renege 'needed' bytes from the reassembly queue. */ 1096 * delivered; otherwise, drain the reassembly queue. in sctp_ulpq_renege()
|
| /kernel/linux/linux-6.6/net/sctp/ |
| D | ulpqueue.c | 53 /* Flush the reassembly and ordering queues. */ 97 /* Do reassembly if needed. */ in sctp_ulpq_tail_data() 308 * as stored in the reassembly queue. The skb's may be non-linear if the sctp 356 /* Remove the first fragment from the reassembly queue. */ in sctp_make_reassembled_event() 373 /* Remove the fragment from the reassembly queue. */ in sctp_make_reassembled_event() 666 * Flush out stale fragments from the reassembly queue when processing 706 * Drain the reassembly queue. If we just cleared parted delivery, it 707 * is possible that the reassembly queue will contain already reassembled 1012 /* Renege 'needed' bytes from the reassembly queue. */ 1090 * delivered; otherwise, drain the reassembly queue. in sctp_ulpq_renege()
|
| /kernel/linux/linux-5.10/net/ieee802154/6lowpan/ |
| D | Makefile | 4 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
|
| D | reassembly.c | 2 /* 6LoWPAN fragment reassembly 7 * Based on: net/ipv6/reassembly.c 160 * queue is eligible for reassembly i.e. it is not COMPLETE, 183 net_dbg_ratelimited("lowpan_frag_reasm: no memory for reassembly\n"); in lowpan_frag_reasm()
|
| /kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
| D | Makefile | 4 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
|
| D | reassembly.c | 2 /* 6LoWPAN fragment reassembly 7 * Based on: net/ipv6/reassembly.c 161 * queue is eligible for reassembly i.e. it is not COMPLETE, 184 net_dbg_ratelimited("lowpan_frag_reasm: no memory for reassembly\n"); in lowpan_frag_reasm()
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| D | reassembly.c | 3 * IPv6 fragment reassembly 118 /* If reassembly is already done, @skb must be a duplicate frag. */ in ip6_frag_queue() 253 * queue is eligible for reassembly i.e. it is not COMPLETE, 318 net_dbg_ratelimited("ip6_frag_reasm: no memory for reassembly\n"); in ip6_frag_reasm()
|
| D | Makefile | 11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
|
| /kernel/linux/linux-6.6/drivers/atm/ |
| D | midway.h | 176 #define MID_VCI_SIZE 0x00038000 /* reassembly buffer size, 200 * Reassembly buffer descriptor
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | midway.h | 176 #define MID_VCI_SIZE 0x00038000 /* reassembly buffer size, 200 * Reassembly buffer descriptor
|
| /kernel/linux/linux-6.6/include/net/sctp/ |
| D | ulpqueue.h | 13 * reassembly and ordering.
|
| /kernel/linux/linux-5.10/include/net/sctp/ |
| D | ulpqueue.h | 13 * reassembly and ordering.
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | Makefile | 11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
|
| /kernel/linux/linux-6.6/net/ipv6/netfilter/ |
| D | nf_conntrack_reasm.c | 3 * IPv6 fragment reassembly for connection tracking 10 * Based on: net/ipv6/reassembly.c 315 * queue is eligible for reassembly i.e. it is not COMPLETE,
|