Searched refs:all_packet_out (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/
H A Dl7_filter_main.c170 static int all_packet_out = 0; variable
396 skb, all_packet_in, all_packet_out, packet_has_pri_in, packet_has_pri_out, iDirection);
397 if (0 == ((all_packet_out+all_packet_in)&0xff))//print per 256 packets
399 skb, all_packet_in, all_packet_out, packet_has_pri_in, packet_has_pri_out, iDirection);
400 if (0 == ((all_packet_out+all_packet_in)&0x03ff))//list identified packets status of every proto per 1024 packets
404 all_packet_out, packet_has_pri_out);
410 all_packet_out++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/l7filter/
H A Dl7_filter_main.c173 static int all_packet_out = 0; variable
415 skb, all_packet_in, all_packet_out, packet_has_pri_in, packet_has_pri_out, iDirection);
416 if (0 == ((all_packet_out+all_packet_in)&0xff))//print per 256 packets
418 skb, all_packet_in, all_packet_out, packet_has_pri_in, packet_has_pri_out, iDirection);
419 if (0 == ((all_packet_out+all_packet_in)&0x03ff))//list identified packets status of every proto per 1024 packets
423 all_packet_out, packet_has_pri_out);
429 all_packet_out++;

Completed in 97 milliseconds