Lines Matching refs:will

103 	  any net stack above: core, L2 etc... Basically this will build only
178 connection or packet to an IPv6 socket, its source address will
200 command itself will print out that it is disabled and how to
365 by a separate thread which will need RAM for stack space.
387 by a separate thread which will need RAM for stack space.
396 network device driver, that is typically running in IRQ context, will
406 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
407 be pushed directly to network driver and will skip the traffic class
446 Transmit traffic class threads priority will increase/decrease
448 If NET_TC_TX_COUNT is 1, this will be transmit traffic class
455 Receive traffic class threads priority will increase/decrease
457 If NET_TC_RX_COUNT is 1, this will be receive traffic class
625 for IPv4 and on reception only, since Zephyr will always compute the
713 TCP sockets, the rcvbuf will determine the receive window size.
719 For TCP sockets, the sndbuf will determine the total size of queued
758 packet will be added to the net_pkt structure.
798 Each RX buffer will occupy smallish amount of memory.
806 Each TX buffer will occupy smallish amount of memory.
814 Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
822 Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
836 requested is bigger than that, it will allocate as many net_buf
883 NO bug reports will be accepted if that option is enabled!
886 contiguous space, this will save stack usage and ROM in net core.
900 to choose default interface. Otherwise first interface will be the
967 Create a TX timestamp thread that will pass the timestamped network
1007 in RX path. This is very special configuration and will increase
1032 in TX path. This is very special configuration and will increase