zephyr/include
Jukka Rissanen 78234833a7 net: pkt: Add flag for telling if this is 1st TCP packet
TCP code needs to know whether the pkt is sent the first time
or is it a resent one. This information is used when deciding
if the pkt ref count needs to be increased or not. The packet
does not need to increase ref count when sent first time, as
the ref count is already 1 when the pkt is created. But for the
2nd time the packet is sent, we will need to increase the ref
count in order to avoid buffer leak.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-03-17 13:13:58 +02:00
..
app_memory
arch arch: arm: Optimise Cortex-R exception return function. 2020-03-14 11:49:22 +01:00
audio
bluetooth Bluetooth: host: Allow get local OOB data while advertiser is enabled 2020-03-13 17:16:51 +02:00
canbus doc: doxygen: add missing groups and categorise 2020-03-14 13:01:03 -04:00
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto docs: crypto: crypto API documentation 2020-03-14 13:01:03 -04:00
data
debug include: debug: remove old stack functions 2020-03-14 13:10:19 -04:00
dfu
disk
display
drivers driver: uart: ns16550: convert custom init options to DTS flow control 2020-03-14 02:22:05 +02:00
dt-bindings
fs
linker isr_tables: Support hardware interrupt vector table-only configuration. 2020-03-13 12:02:03 +01:00
logging
mgmt subsys/mgmt: Enabling mynewt-core version of tinycbor 2020-03-17 11:58:18 +01:00
net net: pkt: Add flag for telling if this is 1st TCP packet 2020-03-17 13:13:58 +02:00
posix
power
random doc: doxygen: add missing groups and categorise 2020-03-14 13:01:03 -04:00
settings doc: doxygen: add missing groups and categorise 2020-03-14 13:01:03 -04:00
shell
stats
storage
sys sys/util.h: allow UTIL_LISTIFY to pass args to repeat macro 2020-03-13 07:33:57 -06:00
toolchain
tracing
usb
zephyr
cache.h
device.h
devicetree.h
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h
kernel_version.h
kernel.h kernel: add k_thread_join() 2020-03-13 08:42:43 -04:00
ptp_clock.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall_handler.h
syscall.h
timeout_q.h
toolchain.h
wait_q.h
zephyr.h