Lines Matching refs:drop_packet

109 UINT              drop_packet;  in _nx_ip_dispatch_process()  local
135 drop_packet = 0; in _nx_ip_dispatch_process()
142 while (!drop_packet) in _nx_ip_dispatch_process()
162 drop_packet = 1; in _nx_ip_dispatch_process()
175 drop_packet = _nx_ipv6_process_hop_by_hop_option(ip_ptr, packet_ptr); in _nx_ip_dispatch_process()
191 drop_packet = 1; in _nx_ip_dispatch_process()
218 if (!drop_packet) in _nx_ip_dispatch_process()
221 drop_packet = _nx_ipv6_process_hop_by_hop_option(ip_ptr, packet_ptr); in _nx_ip_dispatch_process()
243 drop_packet = 1; in _nx_ip_dispatch_process()
250 drop_packet = _nx_ipv6_process_routing_option(ip_ptr, packet_ptr); in _nx_ip_dispatch_process()
265 drop_packet = 1; in _nx_ip_dispatch_process()
278 drop_packet = _nx_ipv6_process_fragment_option(ip_ptr, packet_ptr); in _nx_ip_dispatch_process()
283 drop_packet = NX_POOL_ERROR; in _nx_ip_dispatch_process()
287 if (drop_packet != NX_CONTINUE) in _nx_ip_dispatch_process()
292 return(drop_packet); in _nx_ip_dispatch_process()
298 drop_packet = 0; in _nx_ip_dispatch_process()
306 drop_packet = 1; in _nx_ip_dispatch_process()
343 drop_packet = 1; in _nx_ip_dispatch_process()
495 drop_packet = 1; in _nx_ip_dispatch_process()
515 drop_packet = 1; in _nx_ip_dispatch_process()
535 drop_packet = 1; in _nx_ip_dispatch_process()
550 drop_packet = 1; in _nx_ip_dispatch_process()
578 drop_packet = 1; in _nx_ip_dispatch_process()
623 drop_packet = 1; in _nx_ip_dispatch_process()
631 if (!drop_packet) in _nx_ip_dispatch_process()
688 drop_packet = 1; in _nx_ip_dispatch_process()
719 return(drop_packet); in _nx_ip_dispatch_process()