Home
last modified time | relevance | path

Searched refs:reassembly (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/bluetooth/
A Dbfusb.c64 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()
327 data->reassembly = NULL; in bfusb_recv_block()
[all …]
/linux-6.3-rc2/net/bluetooth/cmtp/
A Dcore.c109 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()
A Dcmtp.h100 struct sk_buff *reassembly[16]; member
/linux-6.3-rc2/net/ieee802154/6lowpan/
A DMakefile4 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/ti/
A Dk3-udma.yaml18 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
/linux-6.3-rc2/Documentation/netlink/specs/
A Dethtool.yaml176 name: reassembly-errors
182 name: reassembly-ok
/linux-6.3-rc2/net/ipv6/
A DMakefile11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
/linux-6.3-rc2/Documentation/networking/
A Dmctp.rst305 : finds existing reassembly in sk_key->reasm_head
A Dtls-offload.rst149 Record reassembly is not necessary for TLS offload. If the packets arrive
A Dip-sysctl.rst264 is done on fragments before they are added to a reassembly queue - if

Completed in 79 milliseconds