taglinefilesource code
ftmp447net/inet/ip_fw.cstruct ip_fw *ftmp;
ftmp448net/inet/ip_fw.cftmp = *chainptr;
ftmp449net/inet/ip_fw.c*chainptr = ftmp->next;
ftmp450net/inet/ip_fw.ckfree_s(ftmp,sizeof(*ftmp));
ftmp459net/inet/ip_fw.cstruct ip_fw *ftmp;
ftmp472net/inet/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ftmp473net/inet/ip_fw.cif ( ftmp == NULL ) 
ftmp481net/inet/ip_fw.cmemcpy(ftmp, frwl, sizeof( struct ip_fw ) );
ftmp483net/inet/ip_fw.cftmp->p_cnt=0L;
ftmp484net/inet/ip_fw.cftmp->b_cnt=0L;
ftmp486net/inet/ip_fw.cftmp->next = NULL;
ftmp492net/inet/ip_fw.c*chainptr=ftmp;
ftmp500net/inet/ip_fw.cnewkind=ftmp->flags & IP_FW_F_KIND;
ftmp516net/inet/ip_fw.cn_sa=ntohl(ftmp->src.s_addr);
ftmp517net/inet/ip_fw.cn_da=ntohl(ftmp->dst.s_addr);
ftmp518net/inet/ip_fw.cn_sm=ntohl(ftmp->src_mask.s_addr);
ftmp519net/inet/ip_fw.cn_dm=ntohl(ftmp->dst_mask.s_addr);
ftmp566net/inet/ip_fw.cif (ftmp->flags & IP_FW_F_SRNG) 
ftmp567net/inet/ip_fw.cn_sr=ftmp->ports[1]-ftmp->ports[0];
ftmp569net/inet/ip_fw.cn_sr=(ftmp->n_src_p)?ftmp->n_src_p : 0xFFFF;
ftmp581net/inet/ip_fw.cn_n=ftmp->n_src_p;
ftmp594net/inet/ip_fw.cif (ftmp->flags & IP_FW_F_DRNG) 
ftmp595net/inet/ip_fw.cn_dr=ftmp->ports[n_n+1]-ftmp->ports[n_n];
ftmp597net/inet/ip_fw.cn_dr=(ftmp->n_dst_p)? ftmp->n_dst_p : 0xFFFF;
ftmp614net/inet/ip_fw.cchtmp_prev->next=ftmp; 
ftmp615net/inet/ip_fw.cftmp->next=chtmp;
ftmp619net/inet/ip_fw.c*chainptr=ftmp;
ftmp620net/inet/ip_fw.cftmp->next=chtmp;
ftmp630net/inet/ip_fw.cchtmp_prev->next=ftmp;
ftmp632net/inet/ip_fw.c*chainptr=ftmp;
ftmp639net/inet/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ftmp647net/inet/ip_fw.cftmp=*chainptr;
ftmp649net/inet/ip_fw.cif ( ftmp == NULL ) 
ftmp661net/inet/ip_fw.cwhile( ftmp != NULL )
ftmp664net/inet/ip_fw.cif ((memcmp(&ftmp->src,&frwl->src,sizeof(struct in_addr))) 
ftmp665net/inet/ip_fw.c|| (memcmp(&ftmp->src_mask,&frwl->src_mask,sizeof(struct in_addr)))
ftmp666net/inet/ip_fw.c|| (memcmp(&ftmp->dst,&frwl->dst,sizeof(struct in_addr)))
ftmp667net/inet/ip_fw.c|| (memcmp(&ftmp->dst_mask,&frwl->dst_mask,sizeof(struct in_addr)))
ftmp668net/inet/ip_fw.c|| (ftmp->flags!=frwl->flags))
ftmp671net/inet/ip_fw.ctport1=ftmp->n_src_p+ftmp->n_dst_p;
ftmp678net/inet/ip_fw.cif (ftmp->ports[tmpnum]!=frwl->ports[tmpnum])
ftmp686net/inet/ip_fw.cltmp->next=ftmp->next;
ftmp687net/inet/ip_fw.ckfree_s(ftmp,sizeof(*ftmp));
ftmp688net/inet/ip_fw.cftmp=ltmp->next;
ftmp692net/inet/ip_fw.c*chainptr=ftmp->next; 
ftmp693net/inet/ip_fw.ckfree_s(ftmp,sizeof(*ftmp));
ftmp694net/inet/ip_fw.cftmp=*chainptr;
ftmp699net/inet/ip_fw.cltmp = ftmp;
ftmp700net/inet/ip_fw.cftmp = ftmp->next;