taglinefilesource code
ftmp445net/inet/ip_fw.cstruct ip_fw *ftmp;
ftmp446net/inet/ip_fw.cftmp = *chainptr;
ftmp447net/inet/ip_fw.c*chainptr = ftmp->next;
ftmp448net/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 ) );
ftmp482net/inet/ip_fw.cftmp->p_cnt=0L;
ftmp483net/inet/ip_fw.cftmp->b_cnt=0L;
ftmp485net/inet/ip_fw.cftmp->next = NULL;
ftmp491net/inet/ip_fw.c*chainptr=ftmp;
ftmp499net/inet/ip_fw.cnewkind=ftmp->flags & IP_FW_F_KIND;
ftmp515net/inet/ip_fw.cn_sa=ntohl(ftmp->src.s_addr);
ftmp516net/inet/ip_fw.cn_da=ntohl(ftmp->dst.s_addr);
ftmp517net/inet/ip_fw.cn_sm=ntohl(ftmp->src_mask.s_addr);
ftmp518net/inet/ip_fw.cn_dm=ntohl(ftmp->dst_mask.s_addr);
ftmp565net/inet/ip_fw.cif (ftmp->flags & IP_FW_F_SRNG) 
ftmp566net/inet/ip_fw.cn_sr=ftmp->ports[1]-ftmp->ports[0];
ftmp568net/inet/ip_fw.cn_sr=(ftmp->n_src_p)?ftmp->n_src_p : 0xFFFF;
ftmp580net/inet/ip_fw.cn_n=ftmp->n_src_p;
ftmp593net/inet/ip_fw.cif (ftmp->flags & IP_FW_F_DRNG) 
ftmp594net/inet/ip_fw.cn_dr=ftmp->ports[n_n+1]-ftmp->ports[n_n];
ftmp596net/inet/ip_fw.cn_dr=(ftmp->n_dst_p)? ftmp->n_dst_p : 0xFFFF;
ftmp613net/inet/ip_fw.cchtmp_prev->next=ftmp; 
ftmp614net/inet/ip_fw.cftmp->next=chtmp;
ftmp618net/inet/ip_fw.c*chainptr=ftmp;
ftmp619net/inet/ip_fw.cftmp->next=chtmp;
ftmp629net/inet/ip_fw.cchtmp_prev->next=ftmp;
ftmp631net/inet/ip_fw.c*chainptr=ftmp;
ftmp638net/inet/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ftmp646net/inet/ip_fw.cftmp=*chainptr;
ftmp648net/inet/ip_fw.cif ( ftmp == NULL ) 
ftmp660net/inet/ip_fw.cwhile( ftmp != NULL )
ftmp663net/inet/ip_fw.cif ((memcmp(&ftmp->src,&frwl->src,sizeof(struct in_addr))) 
ftmp664net/inet/ip_fw.c|| (memcmp(&ftmp->src_mask,&frwl->src_mask,sizeof(struct in_addr)))
ftmp665net/inet/ip_fw.c|| (memcmp(&ftmp->dst,&frwl->dst,sizeof(struct in_addr)))
ftmp666net/inet/ip_fw.c|| (memcmp(&ftmp->dst_mask,&frwl->dst_mask,sizeof(struct in_addr)))
ftmp667net/inet/ip_fw.c|| (ftmp->flags!=frwl->flags))
ftmp670net/inet/ip_fw.ctport1=ftmp->n_src_p+ftmp->n_dst_p;
ftmp677net/inet/ip_fw.cif (ftmp->ports[tmpnum]!=frwl->ports[tmpnum])
ftmp685net/inet/ip_fw.cltmp->next=ftmp->next;
ftmp686net/inet/ip_fw.ckfree_s(ftmp,sizeof(*ftmp));
ftmp687net/inet/ip_fw.cftmp=ltmp->next;
ftmp691net/inet/ip_fw.c*chainptr=ftmp->next; 
ftmp692net/inet/ip_fw.ckfree_s(ftmp,sizeof(*ftmp));
ftmp693net/inet/ip_fw.cftmp=*chainptr;
ftmp698net/inet/ip_fw.cltmp = ftmp;
ftmp699net/inet/ip_fw.cftmp = ftmp->next;