zephyr/include/net
Tomasz Bursztyka 79a25a6fff net/pkt: Redefine the necessary fifo attribute
commit 79672d16 was missing the fact socket layer is putting net_pkt
into a k_fifo. However, it's on receiving side only: at this point the
k_fifo_put is using the k_work area which is then useless at this
point Thus why it did not break anything, as k_fifo only needs 4 bytes
while the k_work attribute takes 12 bytes.

Thus adding a union on the k_work attribute with another new attribute
that describes the behavior.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-05-24 14:09:11 +03:00
..
bt.h
buf.h net: buf: Remove wrong alignment annotation from NET_BUF_SIMPLE() 2019-04-18 17:53:36 -04:00
coap.h
coap_link_format.h
dhcpv4.h doc: net: Enhance DHCPv4 documentation 2019-02-21 08:01:51 -05:00
dns_resolve.h
dummy.h
ethernet.h drivers: native_posix: Add VLAN tag strip feature 2019-04-26 10:46:27 +03:00
ethernet_mgmt.h
ethernet_vlan.h
gptp.h net: gptp: Rename z_gptp_pow2() to gptp_pow2() 2019-03-25 14:43:23 -04:00
hostname.h
http_parser.h
http_parser_state.h
http_parser_url.h
ieee802154.h
ieee802154_mgmt.h
ieee802154_radio.h drivers: ieee802154: New API for ACK configuration 2019-05-01 20:40:30 +03:00
ipv4_autoconf.h
lldp.h net: ethernet: lldp: Use short types for ints 2019-03-27 10:13:16 -05:00
lwm2m.h doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
mii.h net: ethernet: Place MII defines into separate doxygen group 2019-02-26 02:07:36 +01:00
mqtt.h net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
net_config.h
net_context.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
net_core.h
net_event.h
net_if.h net/iface: Add a function to get IPv4 global address 2019-05-21 15:37:53 +03:00
net_ip.h net/ip: Make struct net_addr holding uninon of ipv6/4 unconditionally 2019-05-07 15:40:33 +03:00
net_l2.h net: doc: Add missing doxygen comments to structs 2019-02-27 08:34:39 -06:00
net_linkaddr.h
net_mgmt.h
net_offload.h net/offload: Add dummy functions when offloading is disabled 2019-05-07 15:40:33 +03:00
net_pkt.h net/pkt: Redefine the necessary fifo attribute 2019-05-24 14:09:11 +03:00
net_stats.h net: stats: Wrong Kconfig options were used for statistics 2019-02-26 02:25:45 +01:00
net_timeout.h
openthread.h
promiscuous.h net: fix errno returned without promiscuous mode support 2019-04-17 15:39:04 +03:00
ptp_time.h
sntp.h net: sntp: Add convenience API for one-shot SNTP query 2019-05-10 13:44:32 +03:00
socket.h net: sockets: implement getsockname function 2019-05-17 22:49:32 +03:00
socket_can.h can: Rename can_msg and can_msg_filter structs 2019-02-22 08:07:03 -05:00
socket_offload.h net: sockets: move fcntl back to socket_offload.c 2019-03-20 11:36:18 -05:00
socket_offload_ops.h doc: fix docs, include, and Kconfig misspellings 2019-02-28 09:32:12 +01:00
socket_select.h net: sockets: Add docstrings for BSD Sockets API 2019-04-04 17:30:28 +08:00
socketutils.h net: socketutils: Add utils to manipulate network address strings 2019-05-10 13:44:32 +03:00
socks.h
tls_credentials.h net: tls: Add credential type documentation 2019-03-26 07:30:57 -05:00
trickle.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
udp.h doc: net: Hide UDP API documentation 2019-02-21 16:37:43 -05:00
wifi.h
wifi_mgmt.h