taglinefilesource code
mst496net/ipv4/ip_fw.cstruct ip_masq *ms, *mst;
mst519net/ipv4/ip_fw.cmst = ip_msq_hosts;
mst520net/ipv4/ip_fw.cwhile (mst && mst->mport!=ms->mport)
mst521net/ipv4/ip_fw.cmst = mst->next;
mst523net/ipv4/ip_fw.cwhile (mst!=NULL);