Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 98) sorted by relevance

1234

/Zephyr-latest/subsys/net/ip/
Dicmpv4.c96 goto drop; in icmpv4_update_record_route()
102 goto drop; in icmpv4_update_record_route()
122 goto drop; in icmpv4_update_record_route()
128 goto drop; in icmpv4_update_record_route()
143 goto drop; in icmpv4_update_record_route()
148 goto drop; in icmpv4_update_record_route()
157 goto drop; in icmpv4_update_record_route()
165 goto drop; in icmpv4_update_record_route()
173 goto drop; in icmpv4_update_record_route()
183 drop: in icmpv4_update_record_route()
[all …]
Dicmpv6.c121 goto drop; in icmpv6_handle_echo_request()
129 goto drop; in icmpv6_handle_echo_request()
138 goto drop; in icmpv6_handle_echo_request()
156 goto drop; in icmpv6_handle_echo_request()
162 goto drop; in icmpv6_handle_echo_request()
173 goto drop; in icmpv6_handle_echo_request()
180 drop: in icmpv6_handle_echo_request()
264 goto drop; in net_icmpv6_send_error()
274 goto drop; in net_icmpv6_send_error()
296 goto drop; in net_icmpv6_send_error()
[all …]
Dipv6_mld.c197 goto drop; in net_ipv6_mld_send_single()
202 goto drop; in net_ipv6_mld_send_single()
207 drop: in net_ipv6_mld_send_single()
322 goto drop; in send_mld_report()
333 goto drop; in send_mld_report()
352 goto drop; in send_mld_report()
369 goto drop; in send_mld_report()
378 goto drop; in send_mld_report()
383 drop: in send_mld_report()
416 goto drop; in handle_mld_query()
[all …]
Dipv4.c268 goto drop; in net_ipv4_input()
274 goto drop; in net_ipv4_input()
290 goto drop; in net_ipv4_input()
299 goto drop; in net_ipv4_input()
308 goto drop; in net_ipv4_input()
313 goto drop; in net_ipv4_input()
319 goto drop; in net_ipv4_input()
324 goto drop; in net_ipv4_input()
331 goto drop; in net_ipv4_input()
337 goto drop; in net_ipv4_input()
[all …]
Digmp.c324 goto drop; in send_igmp_report()
329 goto drop; in send_igmp_report()
336 drop: in send_igmp_report()
394 goto drop; in send_igmp_v3_report()
399 goto drop; in send_igmp_v3_report()
405 drop: in send_igmp_v3_report()
469 goto drop;
500 drop:
531 goto drop;
536 goto drop;
[all …]
Dipv6.c345 goto drop; in ipv6_route_packet()
400 drop: in ipv6_route_packet()
505 goto drop; in net_ipv6_input()
512 goto drop; in net_ipv6_input()
529 goto drop; in net_ipv6_input()
536 goto drop; in net_ipv6_input()
543 goto drop; in net_ipv6_input()
553 goto drop; in net_ipv6_input()
564 goto drop; in net_ipv6_input()
601 goto drop; in net_ipv6_input()
[all …]
Dudp.c160 goto drop; in net_udp_input()
167 goto drop; in net_udp_input()
179 goto drop; in net_udp_input()
184 goto drop; in net_udp_input()
189 drop: in net_udp_input()
Dipv6_nbr.c1124 goto drop; in net_ipv6_send_na()
1129 goto drop; in net_ipv6_send_na()
1139 goto drop; in net_ipv6_send_na()
1144 goto drop; in net_ipv6_send_na()
1157 goto drop; in net_ipv6_send_na()
1165 drop: in net_ipv6_send_na()
1220 goto drop; in handle_ns_input()
1226 goto drop; in handle_ns_input()
1240 goto drop; in handle_ns_input()
1261 goto drop; in handle_ns_input()
[all …]
Dnet_core.c223 goto drop; in check_ip()
242 goto drop; in check_ip()
288 goto drop; in check_ip()
296 goto drop; in check_ip()
315 goto drop; in check_ip()
348 goto drop; in check_ip()
354 drop: in check_ip()
482 goto drop; in net_queue_rx()
491 drop: in net_queue_rx()
Dnet_stats.c91 GET_STAT(iface, ipv6.drop), in stats()
97 GET_STAT(iface, ipv6_nd.drop)); in stats()
103 GET_STAT(iface, ipv6_pmtu.drop)); in stats()
109 GET_STAT(iface, ipv6_mld.drop)); in stats()
117 GET_STAT(iface, ipv4.drop), in stats()
134 GET_STAT(iface, ipv4_pmtu.drop)); in stats()
140 GET_STAT(iface, icmp.drop)); in stats()
149 GET_STAT(iface, udp.drop)); in stats()
161 GET_STAT(iface, tcp.drop)); in stats()
Dicmp.c154 goto drop; in send_icmpv4_echo_request()
166 goto drop; in send_icmpv4_echo_request()
172 goto drop; in send_icmpv4_echo_request()
219 drop: in send_icmpv4_echo_request()
278 goto drop; in send_icmpv6_echo_request()
290 goto drop; in send_icmpv6_echo_request()
296 goto drop; in send_icmpv6_echo_request()
342 drop: in send_icmpv6_echo_request()
Dnet_stats.h85 UPDATE_STAT(iface, stats.ipv6.drop++); in net_stats_update_ipv6_drop()
108 UPDATE_STAT(iface, stats.ipv6_nd.drop++); in net_stats_update_ipv6_nd_drop()
131 UPDATE_STAT(iface, stats.ipv6_pmtu.drop++); in net_stats_update_ipv6_pmtu_drop()
154 UPDATE_STAT(iface, stats.ipv4_pmtu.drop++); in net_stats_update_ipv4_pmtu_drop()
167 UPDATE_STAT(iface, stats.ipv4.drop++); in net_stats_update_ipv4_drop()
199 UPDATE_STAT(iface, stats.icmp.drop++); in net_stats_update_icmp_drop()
221 UPDATE_STAT(iface, stats.udp.drop++); in net_stats_update_udp_drop()
255 UPDATE_STAT(iface, stats.tcp.drop++); in net_stats_update_tcp_drop()
365 UPDATE_STAT(iface, stats.ipv6_mld.drop++); in net_stats_update_ipv6_mld_drop()
386 UPDATE_STAT(iface, stats.ipv4_igmp.drop++); in net_stats_update_ipv4_igmp_drop()
[all …]
/Zephyr-latest/samples/net/stats/
DREADME.rst42 IPv6 recv 27 sent 8 drop 0 forwarded 0
43 IPv6 ND recv 2 sent 5 drop 2
44 IPv6 MLD recv 0 sent 3 drop 0
45 IPv4 recv 20 sent 0 drop 20 forwarded 0
48 ICMP recv 15 sent 3 drop 13
50 UDP recv 0 sent 0 drop 30
53 TCP seg recv 0 sent 0 drop 0
56 TCP conn drop 0 connrst 0
/Zephyr-latest/subsys/net/l2/dummy/any/
Dany.c48 goto drop; in any_recv()
53 goto drop; in any_recv()
58 goto drop; in any_recv()
62 goto drop; in any_recv()
73 drop: in any_recv()
/Zephyr-latest/samples/net/stats/src/
Dmain.c38 GET_STAT(iface, ipv6.drop), in print_stats()
44 GET_STAT(iface, ipv6_nd.drop)); in print_stats()
50 GET_STAT(iface, ipv6_pmtu.drop)); in print_stats()
56 GET_STAT(iface, ipv6_mld.drop)); in print_stats()
64 GET_STAT(iface, ipv4.drop), in print_stats()
81 GET_STAT(iface, ipv4_pmtu.drop)); in print_stats()
87 GET_STAT(iface, icmp.drop)); in print_stats()
96 GET_STAT(iface, udp.drop)); in print_stats()
108 GET_STAT(iface, tcp.drop)); in print_stats()
/Zephyr-latest/samples/philosophers/src/
Dphil_obj_abstract.h56 #define drop(x) k_sem_give(x) macro
72 #define drop(x) k_mutex_unlock(x) macro
92 #define drop(x) k_stack_push(x, MAGIC) macro
114 #define drop(x) k_fifo_put(x, &(((fork_obj_t *)(x))->data)) macro
136 #define drop(x) k_lifo_put(x, &(((fork_obj_t *)(x))->data)) macro
Dmain.c171 drop(my_fork2); in philosopher()
173 drop(my_fork1); in philosopher()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dphil_obj_abstract.h43 #define drop(x) osSemaphoreRelease(x) macro
57 #define drop(x) osMutexRelease(x) macro
Dmain.c171 drop(fork2); in philosopher()
173 drop(fork1); in philosopher()
/Zephyr-latest/include/zephyr/net/
Dnet_stats.h81 net_stats_t drop; member
122 net_stats_t drop; member
142 net_stats_t drop; member
182 net_stats_t drop; member
199 net_stats_t drop; member
213 net_stats_t drop; member
227 net_stats_t drop; member
247 net_stats_t drop; member
261 net_stats_t drop; member
275 net_stats_t drop; member
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h47 #define drop(x) osSemaphoreRelease(x) macro
63 #define drop(x) osMutexRelease(x) macro
Dmain.c196 drop(fork2); in philosopher()
198 drop(fork1); in philosopher()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c135 PR("Frames dropped %u\n", data->drop); in print_ppp_stats()
465 GET_STAT(iface, ipv6.drop), in net_shell_print_statistics()
471 GET_STAT(iface, ipv6_nd.drop)); in net_shell_print_statistics()
477 GET_STAT(iface, ipv6_pmtu.drop)); in net_shell_print_statistics()
483 GET_STAT(iface, ipv6_mld.drop)); in net_shell_print_statistics()
491 GET_STAT(iface, ipv4.drop), in net_shell_print_statistics()
508 GET_STAT(iface, ipv4_pmtu.drop)); in net_shell_print_statistics()
515 GET_STAT(iface, icmp.drop)); in net_shell_print_statistics()
524 GET_STAT(iface, ipv4_igmp.drop)); in net_shell_print_statistics()
530 GET_STAT(iface, udp.drop)); in net_shell_print_statistics()
[all …]
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c67 static inline void drop(fork_t frk) in drop() function
170 drop(my_fork2); in philosopher()
172 drop(my_fork1); in philosopher()
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout4 int "Log message drop timeout (in milliseconds)"

1234