Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H 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 …]
/openbmc/linux/net/bluetooth/cmtp/
H 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()
H A Dcmtp.h100 struct sk_buff *reassembly[16]; member
/openbmc/linux/net/ieee802154/6lowpan/
H A DMakefile4 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
/openbmc/linux/Documentation/devicetree/bindings/dma/ti/
H 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
/openbmc/linux/net/ipv6/
H A DMakefile11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml182 # - TCP streams beyond stream.reassembly.depth
249 # - stream reassembly depth. For optimal results, set this to 0 (unlimited)
664 # Stream engine settings. Here the TCP stream tracking and reassembly
685 # reassembly:
706 # raw: yes # 'Raw' reassembly enabled or disabled.
712 # segments: # Settings for reassembly segment pool.
721 reassembly:
1045 # reassembly. The host OS lookup is done using a radix tree, just
1146 # request-body-limit: Limit reassembly of request body for inspection
1148 # response-body-limit: Limit reassembly of response body for inspection
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Dethtool.yaml194 name: reassembly-errors
200 name: reassembly-ok
/openbmc/linux/Documentation/networking/
H A Dmctp.rst305 : finds existing reassembly in sk_key->reasm_head
H A Dtls-offload.rst149 Record reassembly is not necessary for TLS offload. If the packets arrive
H A Dip-sysctl.rst264 is done on fragments before they are added to a reassembly queue - if
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md689 As per DSP0236, packet reassembly does not occur during the forwarding process.
914 ### Tags only used for message packetisation / reassembly