Home
last modified time | relevance | path

Searched refs:pkt_count (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_recent.c135 int len = 0, count, last_len = 0, pkt_count; in ip_recent_get_info() local
151 for(pkt_count = 1; pkt_count < ip_pkt_list_tot; pkt_count++) { in ip_recent_get_info()
152 if(!curr_table->table[count].last_pkts[pkt_count]) break; in ip_recent_get_info()
153 len += sprintf(buffer+len,", %u",curr_table->table[count].last_pkts[pkt_count]); in ip_recent_get_info()
365 int pkt_count, hits_found, ans; in match() local
537 for(pkt_count = 0, hits_found = 0; pkt_count < ip_pkt_list_tot; pkt_count++) { in match()
538 if(time_before_eq(now,r_list[location].last_pkts[pkt_count]+info->seconds*HZ)) hits_found++; in match()
543 for(pkt_count = 0, hits_found = 0; pkt_count < ip_pkt_list_tot; pkt_count++) { in match()
544 if(r_list[location].last_pkts[pkt_count] == 0) break; in match()
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_lmp.c188 self->pkt_count--; in ircomm_lmp_flow_control()
190 if ((self->pkt_count < 2) && (self->flow_status == FLOW_STOP)) { in ircomm_lmp_flow_control()
221 if ((self->pkt_count++ > 7) && (self->flow_status == FLOW_START)) { in ircomm_lmp_data_request()
/linux-2.4.37.9/include/net/irda/
Dircomm_core.h78 int pkt_count; /* Number of frames we have sent to IrLAP */ member