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 DFU: add init function with area id as parameter 2020-03-10 15:07:27 +02:00
disk
display
drivers driver: uart: ns16550: convert custom init options to DTS flow control 2020-03-14 02:22:05 +02:00
dt-bindings gpio: restore missing legacy devicetree direction flag 2020-02-13 22:50:45 +02:00
fs
linker isr_tables: Support hardware interrupt vector table-only configuration. 2020-03-13 12:02:03 +01:00
logging logging: Fixes c++ compile error using LOG_BACKEND_DEFINE 2020-02-11 20:11:12 +02:00
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 pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
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 shell: use correct data type for atomic variables 2020-03-10 10:18:16 -04:00
stats
storage
sys sys/util.h: allow UTIL_LISTIFY to pass args to repeat macro 2020-03-13 07:33:57 -06:00
toolchain scripts: Dynamically add driver subsystems to subsystems list 2020-03-11 17:13:39 +02:00
tracing tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
usb
zephyr
cache.h
device.h power: device: deduplicate suspending code 2020-02-02 09:05:15 -05:00
devicetree.h
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq.h
irq_nextlevel.h
irq_offload.h
kernel.h kernel: add k_thread_join() 2020-03-13 08:42:43 -04:00
kernel_includes.h
kernel_structs.h kernel/userspace: Move syscall_frame field to thread struct 2020-02-08 08:51:04 -05:00
kernel_version.h
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.h
syscall_handler.h kernel/userspace: Move syscall_frame field to thread struct 2020-02-08 08:51:04 -05:00
timeout_q.h
toolchain.h
wait_q.h
zephyr.h