Home
last modified time | relevance | path

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

/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()
319 data->reassembly = skb; in bfusb_recv_block()
321 if (!data->reassembly) { in bfusb_recv_block()
327 if (len > skb_tailroom(data->reassembly)) { in bfusb_recv_block()
329 kfree_skb(data->reassembly); in bfusb_recv_block()
[all …]
/linux/fs/smb/smbdirect/
H A Ddebug.c61 sc->recv_io.reassembly.data_length); in smbdirect_connection_legacy_debug_proc_show()
63 sc->recv_io.reassembly.queue_length); in smbdirect_connection_legacy_debug_proc_show()
/linux/net/ieee802154/6lowpan/
H A DMakefile4 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
/linux/net/ipv6/
H A DMakefile11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
/linux/Documentation/networking/
H A Dmctp.rst305 : finds existing reassembly in sk_key->reasm_head
H A Dj1939.rst150 and reassembly of large payloads and ensures that the correct CAN frames are
/linux/
H A DMAINTAINERS19161 F: net/ipv6/reassembly.c