tag
line
file
source code
ctmp
427
net/inet/ip_fw.c
struct ip_fw *ctmp=chainptr;
ctmp
428
net/inet/ip_fw.c
while(ctmp)
ctmp
430
net/inet/ip_fw.c
ctmp->p_cnt=0l;
ctmp
431
net/inet/ip_fw.c
ctmp->b_cnt=0l;
ctmp
432
net/inet/ip_fw.c
ctmp=ctmp->next;